CrossHairOverlay Constructor (String, Boolean, Color, Boolean, Point, Size, DashStyle, Int32, 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,
	DashStyle dashStyle,
	int penWidth,
	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
dashStyle
Type: System.Drawing.Drawing2DDashStyle
dash style for painting
penWidth
Type: SystemInt32
pen width for painting
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference