Table of Contents

TTMSFNCGraphicsPDFEngine.DrawArc Method

Draws an arc segment in the PDF context.

API unit family: TMSFNCGraphicsPDFEngine Declaring type: TTMSFNCGraphicsPDFEngine

Syntax

procedure DrawArc(const Center: TPointF; const Radius: TPointF; StartAngle: Single; SweepAngle: Single); override;

Parameters

Name Description
Center The center point of the ellipse that defines the arc.
Radius The X and Y radii of the ellipse.
StartAngle The angle in degrees at which the arc begins.
SweepAngle The angle in degrees swept by the arc.