PenStyleOverlayPluginBase Constructor (String, Boolean, Color, Boolean, Boolean, Point, OverlayPluginInfo, DashStyle, Int32, Object)

CVB.Net Documentation
Constructor for pen-styled overlay plugins.

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

protected PenStyleOverlayPluginBase(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	bool filled,
	Point[] vertices,
	OverlayPluginInfo info,
	DashStyle dashStyle,
	int penWidth,
	Object tag
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
filled
Type: SystemBoolean
paint mode
vertices
Type: System.DrawingPoint
vertices for the opi
info
Type: Stemmer.Cvb.Forms.OverlaysOverlayPluginInfo
which opi
dashStyle
Type: System.Drawing.Drawing2DDashStyle
dash style
penWidth
Type: SystemInt32
pen width
tag
Type: SystemObject
object to be associated with this overlay
Exceptions

ExceptionCondition
ArgumentExceptionIf penWidth is less than 0 or dashStyle is Custom
See Also

Reference