VisualToolBaseTResult Constructor

CVB.Net Documentation
Ctor.

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

protected VisualToolBase(
	string statusLineText,
	bool canDrag,
	bool xorPaint,
	bool addCenterVertex,
	Point[] vertices,
	Cursor[] cursors
)

Parameters

statusLineText
Type: SystemString
text to be displayed in the status line when the mouse pointer hovers over the object
canDrag
Type: SystemBoolean
indicates whether or not the object is dragable
xorPaint
Type: SystemBoolean
indicates whether or not the object should be painted in xor mode
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 of the object
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)
See Also

Reference