CircularTargetOverlay Constructor

CVB.Net Documentation
Constructor for circular targets targets

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

public CircularTargetOverlay(
	string text,
	bool canDrag,
	Color color,
	bool XORPaint,
	Point location,
	int penWidth,
	DashStyle dashStyle,
	int count,
	int distance,
	int crossHairSize
)

Parameters

text
Type: SystemString
status line text for the overlay
canDrag
Type: SystemBoolean
dragability
color
Type: System.DrawingColor
color
XORPaint
Type: SystemBoolean
xor painting?
location
Type: System.DrawingPoint
center position
penWidth
Type: SystemInt32
pen width to be used
dashStyle
Type: System.Drawing.Drawing2DDashStyle
dash style to be used
count
Type: SystemInt32
number of circles to stack
distance
Type: SystemInt32
distance between adjacent circles
crossHairSize
Type: SystemInt32
size of the crosshair
See Also

Reference