PenStyleOverlayPluginBase Constructor (String, Boolean, Color, Boolean, Boolean, Point, OverlayPluginInfo, 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,
	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
tag
Type: SystemObject
object to be associated with this overlay
Remarks

This constructor initializes the object with a pen width of 1 and a dashStyle of "Solid"
See Also

Reference