IGraphicsDrawPolyline Method

Draws a polyline defined by an array of Point structures.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
void DrawPolyline(
	ColorPen pen,
	PointF[] points
)

Parameters

pen  ColorPen
ColorPen that determines the color, width, and style of the polyline.
points  PointF
Array of PointF structures that represent the vertices of the polyline.

See Also