<< Click to Display Table of Contents >> DrawRectangle |
Draws a rectangle specified by a coordinate pair, a width, and a height.
pPenColor - Pen color.
pPenWidth - Pen width.
x - The x-coordinate of the upper-left corner of the rectangle to draw.
y - The y-coordinate of the upper-left corner of the rectangle to draw.
width - Width of the rectangle to draw.
height - Height of the rectangle to draw.
DrawRectangle PROCEDURE(LONG pPenColor, SREAL pPenWidth, SREAL x, SREAL y, SREAL width, SREAL height), BOOL, PROC