CompassOverlay Constructor (String, Boolean, Color, Boolean, Point, Int32, Angle, Int32, Int32, Int32, Int32, Boolean, NeedleMode, Boolean)

CVB.Net Documentation
Standard Constructor for Compass overlays.

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

public CompassOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	Point location,
	int length,
	Angle angle,
	int baseRadius,
	int circleRadius,
	int penWidth,
	int fontSize,
	bool opaqueLabel,
	NeedleMode mode,
	bool showAngle
)

Parameters

text
Type: SystemString
status line string
canDrag
Type: SystemBoolean
dragable or not
color
Type: System.DrawingColor
color
xorPaint
Type: SystemBoolean
paint mode
location
Type: System.DrawingPoint
location of the compass
length
Type: SystemInt32
length of the compass needle
angle
Type: Stemmer.CvbAngle
orientation of the compass needle
baseRadius
Type: SystemInt32
Radius of the circle at the compass base.
circleRadius
Type: SystemInt32
Radius of the outer circle around the compass base.
penWidth
Type: SystemInt32
pen width with which to paint the compass circle
fontSize
Type: SystemInt32
size of the compass label text
opaqueLabel
Type: SystemBoolean
opacity of the compass label
mode
Type: Stemmer.Cvb.Forms.OverlaysNeedleMode
needle mode
showAngle
Type: SystemBoolean
set to true to display the angle
See Also

Reference