TTMSFNCGraphicsContext.DrawPolyline Method
Strokes an open polyline using
AStrokesettings.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure DrawPolyline(AStroke: TTMSFNCGraphicsStroke; APolyline: TTMSFNCGraphicsPathPolygon); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AStroke |
Stroke settings (color, width, kind) to apply. |
APolyline |
Array of floating-point vertices defining the polyline. |