Click or drag to resize

DrawingViewDrawTemporaryEventArgsDrawPolyline Method

Draw the polyline.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void DrawPolyline(
	Point[] points,
	Color color,
	float penWidth,
	DashStyle dashStyle,
	float[] dashPattern
)

Parameters

points
Type: System.DrawingPoint
An array of Point representing the client coordinates of a point sequence of polyline
color
Type: System.DrawingColor
the color of polyline
penWidth
Type: SystemSingle
the width of polyline
dashStyle
Type: System.Drawing.Drawing2DDashStyle
the line type of polyline
dashPattern
Type: SystemSingle
an array of custom dashes and spaces
See Also