DrawEllipse

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

DrawEllipse

Previous pageReturn to chapter overviewNext page

Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.

 

pPenColor - Pen color.

pPenWidth - Pen width.

x - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

y - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

width - Width of the bounding rectangle that defines the ellipse.

height - Height of the bounding rectangle that defines the ellipse.

 

DrawEllipse                   PROCEDURE(LONG pPenColor, SREAL pPenWidth, SREAL x, SREAL y, SREAL width, SREAL height), BOOL, PROC