CrossHairOverlay Constructor (String, Boolean, Color, Boolean, Point, Size, Object)

CVB.Net Documentation
Constructor for cross hair plugins

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

public CrossHairOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	Point location,
	Size size,
	Object tag
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
dragable
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
location
Type: System.DrawingPoint
position
size
Type: System.DrawingSize
size of the horizontal and vertical bar
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference