Table of Contents

TTMSFNCGraphicsSVG.DrawEllipse Method

Emits an SVG <ellipse> element bounded by the given coordinates.

API unit family: TMSFNCGraphicsSVGEngine Declaring type: TTMSFNCGraphicsSVG Inherited from: TTMSFNCGraphicsSVGEngine

Syntax

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

Parameters

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