Table of Contents

TTMSFNCGraphicsPDF.DrawPath Method

Draws a path in the PDF context using the specified draw mode.

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

Syntax

procedure DrawPath(APath: TTMSFNCGraphicsPath; APathMode: TTMSFNCGraphicsPathDrawMode = pdmPolygon); override;

Parameters

Name Description
APath The path to draw.
APathMode Whether the path is rendered as a polygon (closed) or polyline (open).