DrawDonutSlice(TCanvas,TCanvasRect,Double,Double,Integer,Double,Double,Single) Method |
Scroll Prev Top Next More |
Draws and fills a donut arc or slice on the canvas
Namespace: FMX.RS.Graphics
Delphi |
procedure DrawDonutSlice( const Canvas: TCanvas; ARect: TCanvasRect; |
Parameters
Canvas
Type: TCanvas
Canvas to draw on
ARect
Type: System.Void
Rectangle that contains the entire donut
StartDegrees
Type: Double
Start angle for the donut arc
StopDegrees
Type: Double
End angle for the donut arc
Offset
Type: Integer
Offset for the start angle (in degrees)
InnerRadius
Type: Double
Inner radius of the entire donut, specified in units or pixels
OuterRadius
Type: Double
Outer radius of the entire donut, specified in units or pixels
Opacity
Type: Single
Transparency of the donut slice (FMX only)
Reference•DrawArrow(TCanvas,TCanvasPixel,TCanvasPixel,TCanvasPixel,TCanvasPixel,TCanvasPixel,string,TArrowOptions,TCanvasPixel,Single) •DrawArrow(TCanvas,TPoints,TCanvasPixel,string,TArrowOptions,TCanvasPixel,TCanvasPixel,Single) •DrawArrow(TCanvas,TRSPoints,TCanvasPixel,string,TArrowOptions,TCanvasPixel,TCanvasPixel,Single) •FMX.RS.Graphics.DrawShape(TCanvas,TCanvasRect,TRSShapeType,TRSShapeOrientation,Boolean,TCanvasPixel) •FMX.RS.Graphics.DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Double,Integer,Single) •FMX.RS.Graphics.DrawPieSlice(TCanvas,TCanvasRect,Double,Double,Integer,Single) |