RotatedRectangleOverlay Constructor (String, Boolean, Color, Boolean, Boolean, Point, Int32, Int32, Angle)

CVB.Net Documentation
Standard Constructor for rotated rectangle overlays.

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

public RotatedRectangleOverlay(
	string text,
	bool canDrag,
	Color color,
	bool xorPaint,
	bool filled,
	Point location,
	int width,
	int height,
	Angle rotation
)

Parameters

text
Type: SystemString
status line text
canDrag
Type: SystemBoolean
drag-ability
color
Type: System.DrawingColor
color of the rotated rectangle
xorPaint
Type: SystemBoolean
paint mode of the rectangle
filled
Type: SystemBoolean
paint filled (true) or empty (false)
location
Type: System.DrawingPoint
paint position
width
Type: SystemInt32
width of the rectangle
height
Type: SystemInt32
height of the rectangle
rotation
Type: Stemmer.CvbAngle
rotation of the rectangle
See Also

Reference