DrawArc

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

DrawArc

Previous pageReturn to chapter overviewNext page

Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.

 

pPenColor - Pen color.

pPenWidth - Pen width.

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

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

width - Width of the rectangle that defines the ellipse.

height - Height of the rectangle that defines the ellipse.

startAngle - Angle in degrees measured clockwise from the x-axis to the starting point of the arc.

sweepAngle - Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.

 

DrawArc                         PROCEDURE(LONG pPenColor, SREAL pPenWidth, SREAL x, SREAL y, SREAL width, SREAL height, SREAL startAngle, SREAL sweepAngle), BOOL, PROC