CircleOverlay Constructor (String, Boolean, Color, Boolean, Boolean, Point, Double, Object)

CVB.Net Documentation
Constructor for a circle overlay.

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

public CircleOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	bool filled,
	Point center,
	double radius,
	Object tag
)

Parameters

text
Type: SystemString
status line string
canDrag
Type: SystemBoolean
drag able or not
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
filled
Type: SystemBoolean
paint mode
center
Type: System.DrawingPoint
circle's center
radius
Type: SystemDouble
circle's radius
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference