Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.CanvasHelper > Classes > TFMXCanvasHelper > Methods

TFMXCanvasHelper.Pie(Single,Single,Single,Single,Single,Single,Single,Single,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.
 

alert_cautionWarning

This function is unimplemented and does nothing.

Namespace: FMX.RS.CanvasHelper

Parameters

X1

Type: Single

Y1

Type: Single

X2

Type: Single

Y2

Type: Single

X3

Type: Single

Y3

Type: Single

X4

Type: Single

Y4

Type: Single

Opacity

Type: Single

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb