LineOverlay Constructor (String, Boolean, Color, Boolean, Point, Point, Object)

CVB.Net Documentation
Constructor for Line plugins.

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

public LineOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	Point start,
	Point end,
	Object tag
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
dragable
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
start
Type: System.DrawingPoint
start point of the line
end
Type: System.DrawingPoint
end point of the line
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference