ExtendedOverlayPluginBaseTData Constructor

CVB.Net Documentation
Standard constructor for overlays with a plugin data structure.

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

protected ExtendedOverlayPluginBase(
	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
See Also

Reference