TbCommandPutBmp constructor

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

Implementation

TbCommandPutBmp(int x, int y, String filePath) {
  outCommand = "PUTBMP $x,$y,\"${ITbCommand.pathToBrotherFileName(filePath)}\"\r\n";
}