Table of Contents

TTMSFNCGraphicsContextWin.DrawPath Method

Draws the outline of a path using the specified stroke style.

API unit family: TMSFNCGraphics.Win Declaring type: TTMSFNCGraphicsContextWin

Syntax

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

Parameters

Name Description
AStroke The stroke style to apply.
APath The path to draw.
APathMode Controls whether the path is rendered as a polygon or polyline.