PrintRect function

Prints a rectangle relative to the page, beginning at the top left and extending to the bottom right coordinate of the rectangle measured in inches.

status = PrintRect(top, left, bottom, right)

True for successful execution or False for failure.

/* Sets the printer to draw a rectangle that measures
2 inches x 4 inches. */
RetVal = PrintRect(1, 1, 2, 4)

return
 
**
**
  • guides/programming/programmers_reference_manual/printrect.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1