TextOverlay Constructor (String, Boolean, Color, Point, Font, Boolean, Double)

CVB.Net Documentation
Constructor for text overlays

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

public TextOverlay(
	string text,
	bool canDrag,
	Color color,
	Point location,
	Font font,
	bool showMarker,
	double rotation
)

Parameters

text
Type: SystemString
status line string
canDrag
Type: SystemBoolean
dragable or not
color
Type: System.DrawingColor
color
location
Type: System.DrawingPoint
label's top left position
font
Type: System.DrawingFont
font for drawing the label (note that some of the font properties are ignored)
showMarker
Type: SystemBoolean
show a crosshair on the focus point?
rotation
Type: SystemDouble
rotation of the text (in radians)
See Also

Reference