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
)
Public MustOverride Sub DrawPolyline (
points As Point(),
color As Color,
penWidth As Single,
dashStyle As DashStyle,
dashPattern As Single()
)
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