VisualRectToolBaseTResult Constructor

CVB.Net Documentation
Construct a rect-based tool.

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

protected VisualRectToolBase(
	string statusLineText,
	bool canDrag,
	bool xorPaint,
	Rect rect,
	Color dragHandleColor,
	Color rectColor
)

Parameters

statusLineText
Type: SystemString
text to display in the Display's status line while the mouse is hovering above the tool
canDrag
Type: SystemBoolean
dragable flag
xorPaint
Type: SystemBoolean
paint mode flag
rect
Type: Stemmer.CvbRect
Rect to paint
dragHandleColor
Type: System.DrawingColor
color to use for the drag handles
rectColor
Type: System.DrawingColor
color to use for the end rectangle
See Also

Reference