Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVML > RSGdiPlusGraphics > Classes > TRSGPCanvas > Methods

TRSGPCanvas.AngleArc(Integer,Integer,Cardinal,Single,Single) Method

Scroll Prev Top Next More

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

Parameters

X

Type: Integer

Y

Type: Integer

Radius

Type: Cardinal

StartAngle

Type: Single

SweepAngle

Type: Single

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb