Table of Contents

TTMSFNCGraphicsContextGeneral.DrawPolyline Method

Draws an open polyline (non-closed polygon outline) using the specified stroke style.

API unit family: TMSFNCGraphics.General Declaring type: TTMSFNCGraphicsContextGeneral

Syntax

procedure DrawPolyline(AStroke: TTMSFNCGraphicsStroke; APolyline: TTMSFNCGraphicsPathPolygon); override;

Parameters

Name Description
AStroke The stroke style to apply.
APolyline The array of points defining the polyline vertices.