FixedSizeEllipseOverlay Constructor (String, Boolean, Color, Boolean, Boolean, Point, Size, DashStyle, Int32, Object)

CVB.Net Documentation
Constructor for a fixed size ellipse overlay.

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

public FixedSizeEllipseOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	bool filled,
	Point center,
	Size axis,
	DashStyle dashStyle,
	int penWidth,
	Object tag
)

Parameters

text
Type: SystemString
status line string
canDrag
Type: SystemBoolean
dragable or not
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
filled
Type: SystemBoolean
paint mode
center
Type: System.DrawingPoint
ellipse's center
axis
Type: System.DrawingSize
axises of the ellipse
dashStyle
Type: System.Drawing.Drawing2DDashStyle
dash style to be used for painting
penWidth
Type: SystemInt32
pen width to be used for painting
tag
Type: SystemObject
object to be associated with this overlay
See Also

Reference