PolyLineOverlay Constructor (String, Boolean, Color, Int32, DashStyle, Point)

CVB.Net Documentation
Standard constructor for Polyline overlays.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public PolyLineOverlay(
	string text,
	bool canDrag,
	Color color,
	int penWidth,
	DashStyle dashStyle,
	Point[] pixels
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
color
Type: System.DrawingColor
color of the polygon
penWidth
Type: SystemInt32
width of the pen used for painting
dashStyle
Type: System.Drawing.Drawing2DDashStyle
style in which to paint the polyline
pixels
Type: System.DrawingPoint
vertex list
See Also

Reference