Returns a path string that describes a donut-like arc
Namespace: RSGraphics
Delphi |
function Arc( StartAngle, EndAngle, InnerRadius, OuterRadius: Double; ArcOffset: Double = 0 ): String; overload; |
Parameters
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: String