XPoint
A point on a canvas.
Hierarchy
System.Object
WebSupergoo.ImageGlue7.XPoint
Notes
This class is sealed. It cannot be derived from.
This is a utility class for manipulating data that belongs to a point.
Methods
Method
Description
XPoint
XPoint Constructor.
Properties
Property
Description
Point
The System.Drawing Point.
String
The point as a string
X
The horizontal coordinate, as an integer.
Y
The vertical coordinate, as an integer.
Example
None.