SvgGraphicsDrawPolyline Method

Draws a polyline defined by an array of Point structures.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public 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.

Implements

IGraphicsDrawPolyline(ColorPen, PointF)

See Also