TbCommandPutPcx constructor

TbCommandPutPcx(
  1. int x,
  2. int y,
  3. String filePath
)

Implementation

TbCommandPutPcx(int x, int y, String filePath) {
  //outCommand = "PUTPCX 145,15,\"UL.PCX\"\r\n";
  outCommand = "PUTPCX $x,$y,\"${ITbCommand.pathToBrotherFileName(filePath)}\"\r\n";
}