VisualLineToolBaseTResult Constructor

CVB.Net Documentation
Construct a line-based tool.

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

protected VisualLineToolBase(
	string statusLineText,
	bool canDrag,
	bool xorPaint,
	Point ptStart,
	Point ptEnd,
	Color startPointColor,
	Color endPointColor,
	Color lineColor
)

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
ptStart
Type: System.DrawingPoint
start point
ptEnd
Type: System.DrawingPoint
end point
startPointColor
Type: System.DrawingColor
color to use for the start point
endPointColor
Type: System.DrawingColor
color to use for the end point
lineColor
Type: System.DrawingColor
color to use for the line
See Also

Reference