MindFusion.Mapping Programmer's Guide

ICanvas.DrawPolyline Method

See Also
 






Draws a polyline.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void DrawPolyline (
    IList<Point> points
)

Visual Basic  Copy Code

Sub DrawPolyline( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the polyline segments.

 See Also