Creates a donut-like Arc in the path.
Namespace: FMX.RS.Graphics
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
Reference•RSGraphics|Arc(Double,Double,Double,Double,Double) •RSGraphics|DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Double,Integer,Single) •RSGraphics|DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Integer,Single) •FMX.RS.Graphics.DrawDonutSlice(TCanvas,TCanvasRect,Double,Double,Integer,Double,Double,Single) |