Table of Contents

TTMSFNCGraphicsContext.DrawArc Method

Strokes an arc using AStroke settings.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

procedure DrawArc(AStroke: TTMSFNCGraphicsStroke; ACenter, ARadius: TPointF; AStartAngle, ASweepAngle: Single); virtual; abstract;

Parameters

Name Description
AStroke Stroke settings (color, width, kind) to apply.
ACenter Center point of the defining ellipse.
ARadius Horizontal and vertical radii of the defining ellipse.
AStartAngle Start angle in degrees, measured clockwise from the 3 o'clock position.
ASweepAngle Angular extent in degrees; positive values sweep clockwise.