XRect
A rectangle on a canvas.
Hierarchy
System.Object
WebSupergoo.ImageGlue7.XRect
Notes
This class is sealed. It cannot be derived from.
This is a utility class for manipulating data that belongs to a rectangle.
Methods
Method
Description
XRect
XRect Constructor.
Move
Moves the rectangle.
Shrink
Shrink the rectangle.
Properties
Property
Description
Bottom
The bottom coordinate.
BottomRight
The bottom right coordinate.
Height
The height of the rectangle.
Left
The left coordinate.
Rectangle
The System.Drawing Rectangle.
Right
The right coordinate.
String
The rectangle as a string.
Top
The top coordinate.
TopLeft
The top left coordinate.
Width
The width of the rectangle.
X
The top left X coordinate.
Y
The top left Y coordinate.
Example
None.