TTMSFNCGraphicsSVGEngine.DrawPath Method
Emits an SVG
<path>element from the given path object.
API unit family: TMSFNCGraphicsSVGEngine
Declaring type: TTMSFNCGraphicsSVGEngine
Syntax
procedure DrawPath(APath: TTMSFNCGraphicsPath; APathMode: TTMSFNCGraphicsPathDrawMode = pdmPolygon); override;
Parameters
| Name | Description |
|---|---|
APath |
The path to emit. |
APathMode |
Whether to render as a closed polygon or open polyline. |