CompassPlugInData Constructor

CVB.Net Documentation
Creates an instance of this plugin data structure.

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

public CompassPlugInData(
	int length,
	double alpha,
	int baseRadius,
	int baseCircleRadius,
	int penWidth,
	int fontSize,
	bool transparentText,
	string text,
	bool fixToInitialLength,
	bool snapBack,
	bool showAngle
)

Parameters

length
Type: SystemInt32
Initial length
alpha
Type: SystemDouble
Initial angle
baseRadius
Type: SystemInt32
Inner circle radius
baseCircleRadius
Type: SystemInt32
Outer circle radius
penWidth
Type: SystemInt32
width of the pen for the outer circle
fontSize
Type: SystemInt32
Size of the font to be used
transparentText
Type: SystemBoolean
True
text is transparent;
False
text is opaque.
text
Type: SystemString
Header text
fixToInitialLength
Type: SystemBoolean
True
compass can't be resized
snapBack
Type: SystemBoolean
True
after dragging comapss resize itself to initial size
showAngle
Type: SystemBoolean
True
angle will be displayed as text
See Also

Reference