TTMSFNCGraphicsSVG.DrawArc Method
Emits an SVG arc segment as a
<path>element.
API unit family: TMSFNCGraphicsSVGEngine
Declaring type: TTMSFNCGraphicsSVG
Inherited from: TTMSFNCGraphicsSVGEngine
Syntax
procedure DrawArc(const Center: TPointF; const Radius: TPointF; StartAngle: Single; SweepAngle: Single); override;
Parameters
| Name | Description |
|---|---|
Center |
Center point of the ellipse defining the arc. |
Radius |
X and Y radii of the ellipse. |
StartAngle |
Angle in degrees at which the arc begins. |
SweepAngle |
Angle in degrees swept by the arc. |