Show/Hide Toolbars

RiverSoftAVG Products Help

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

TFMXCanvasHelper.ArcTo(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer,Single) Method

Scroll Prev Top Next More

Draws an arc on the image along the perimeter of the ellipse bounded by the specified rectangle.

Implements drawing of an elliptically curved line with the current Pen . The arc traverses the perimeter of an ellipse that is bounded by the points (X1,Y1) and (X2,Y2). The arc is drawn following the perimeter of the ellipse, counterclockwise, from the starting point to the ending point. The starting point is defined by the intersection of the ellipse and a line defined by the center of the ellipse and (X3,Y3). The ending point is defined by the intersection of the ellipse and a line defined by the center of the ellipse and (X4, Y4).

This procedure draws lines by using the current pen.

alert_cautionWarning

This function is unimplemented and does nothing.

Namespace: FMX.RS.CanvasHelper

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

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb