Table of Contents

TTMSFNCGraphicsContextUnix.DrawPolyline Method

Draws an open polyline using the specified stroke style.

API unit family: TMSFNCGraphics.Unix Declaring type: TTMSFNCGraphicsContextUnix

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.