Table of Contents

TTMSFNCGraphics.DrawPath Method

Strokes a graphics path using the current Stroke settings.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphics

Syntax

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

Parameters

Name Description
APath Path to draw.
APathMode Rendering mode controlling whether the path is closed as a polygon or drawn as an open polyline.