Draws an arc on the image along the perimeter of the circle defined by the parameters.
The AngleArc method draws a line from the current position to the starting point of the arc and then a counterclockwise circular arc to the arc endpoint. The arc traverses the perimeter of a circle whose center lies at (X,Y) and whose radius is Radius. The arc is drawn following the perimeter of the circle, counterclockwise, from the StartAngle with a sweep angle of SweepAngle.
If the sweep angle is greater than 360 degrees, the entire circle is drawn and part of the arc is drawn multiple times.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
X
Type: Integer
Y
Type: Integer
Radius
Type: Cardinal
StartAngle
Type: Single
SweepAngle
Type: Single
Reference |