Creates a donut-like Arc in the path.
Namespace: RSGraphics
Delphi |
function Arc( const Path: TRSPathData; StartAngle, EndAngle, |
Parameters
Path
Type: TRSPathData
Path to modify
StartAngle
Type: Double
Start Angle of arc in degrees
EndAngle
Type: Double
End Angle of arc in degrees
InnerRadius
Type: Double
Inner radius of the donut, specified in units or pixels
OuterRadius
Type: Double
Outer radius of the donut, specified in units or pixels
ArcOffset
Type: Double
Offset to Start angle to start specifying the arc
Type: TRSPathData