ArcOverlay Constructor (String, Boolean, Color, Boolean, Point, Point, Point, Int32, DashStyle, Boolean)

CVB.Net Documentation
Constructor for an arc segment overlay.

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

public ArcOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	Point center,
	Point p0,
	Point p1,
	int penWidth,
	DashStyle dashStyle,
	bool showHandles
)

Parameters

text
Type: SystemString
status line string
canDrag
Type: SystemBoolean
dragable or not
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
center
Type: System.DrawingPoint
arc's center
p0
Type: System.DrawingPoint
start point of the arc
p1
Type: System.DrawingPoint
stop point of the arc
penWidth
Type: SystemInt32
pen width with which to paint the arc
dashStyle
Type: System.Drawing.Drawing2DDashStyle
dash style with which to paint the arc
showHandles
Type: SystemBoolean
display drag handles?
See Also

Reference