DrawRectangle

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

DrawRectangle

Previous pageReturn to chapter overviewNext page

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