Table of Contents

TTMSFNCGraphicsContextGeneral.DrawArc Method

Draws the outline of an arc segment using the specified stroke style.

API unit family: TMSFNCGraphics.General Declaring type: TTMSFNCGraphicsContextGeneral

Syntax

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

Parameters

Name Description
AStroke The stroke style to apply.
ACenter The center point of the arc's ellipse.
ARadius The horizontal and vertical radius of the arc's ellipse.
AStartAngle The start angle of the arc in degrees.
ASweepAngle The sweep angle of the arc in degrees.