TTMSFNCGraphicsPDFEngine.DrawEllipse Method
Draws an ellipse bounded by the given coordinates in the PDF context.
API unit family: TMSFNCGraphicsPDFEngine
Declaring type: 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. |