Table of Contents

TTMSFNCGraphicsPDF.DrawEllipse Method

Draws an ellipse bounded by the given coordinates in the PDF context.

API unit family: TMSFNCGraphicsPDFEngine Declaring type: TTMSFNCGraphicsPDF Inherited from: TTMSFNCGraphicsPDFEngine

Syntax

procedure DrawEllipse(ALeft: Double; ATop: Double; ARight: Double; ABottom: Double; AModifyRectMode: TTMSFNCGraphicsModifyRectMode = gcrmShrinkAll); override;

Parameters

Name Description
ALeft Left edge coordinate.
ATop Top edge coordinate.
ARight Right edge coordinate.
ABottom Bottom edge coordinate.
AModifyRectMode How the bounding rectangle is adjusted for stroke width.