UserOverlay Constructor (String, Boolean, Boolean, Color, Boolean, Point, Cursor, Object)

CVB.Net Documentation
Construct a user object.

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

public UserOverlay(
	string text,
	bool canDrag,
	bool xorPaint,
	Color color,
	bool addCenterVertex,
	Point[] vertices,
	Cursor[] cursors,
	Object tag
)

Parameters

text
Type: SystemString
status line text of the object
canDrag
Type: SystemBoolean
If true, the object becomes dragable, if false it will remain fixed
xorPaint
Type: SystemBoolean
set to true to paint the overlay in xor mode
color
Type: System.DrawingColor
color to be memorized for painting
addCenterVertex
Type: SystemBoolean
when
true
, and additional drag handle will be created automatically in the object's center of mass
vertices
Type: System.DrawingPoint
vertices to be used for painting
cursors
Type: System.Windows.FormsCursor
array of cursors to use for the drag handles (may be null, in which case the default drag handle cursor will be used; if the array is not long enough, it will be filled up with default drag handle cursor entries internally)
tag
Type: SystemObject
object with which this label is to be associated
See Also

Reference