TFMXCanvasHelper.Pie(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer,Single) Method |
Scroll Prev Top Next More |
Draws a pie-shaped section of the ellipse bounded by the rectangle (X1, Y1) and (X2, Y2) on the canvas.
Use Pie to draw a pie-shaped wedge on the image. The wedge is defined by the ellipse bounded by the rectangle determined by the points (X1, Y1) and (X2, Y2). The section drawn is determined by two lines radiating from the center of the ellipse through the points (X3, Y3) and (X4, Y4).
The wedge is outlined using
Pen, and filled using
Brush.
Warning |
---|
This function is unimplemented and does nothing. |
Namespace: FMX.RS.CanvasHelper
Delphi |
public |
Parameters
X1
Type: Integer
Y1
Type: Integer
X2
Type: Integer
Y2
Type: Integer
X3
Type: Integer
Y3
Type: Integer
X4
Type: Integer
Y4
Type: Integer
Opacity
Type: Single