VisualArea2DClassicToolBaseTResult Constructor

CVB.Net Documentation
Construct an Area2D-based tool.

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

protected VisualArea2DClassicToolBase(
	string statusLineText,
	bool canDrag,
	bool xorPaint,
	Area2D area,
	Color areaColor
)

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
area
Type: Stemmer.CvbArea2D
area to paint
areaColor
Type: System.DrawingColor
color to use for the area
See Also

Reference