Point Class (Typed) |
Namespace: XSharp.VO.SDK
The Point type exposes the following members.
Name | Description | |
---|---|---|
Point |
Construct a point.
| |
Point(Long, Long) |
Construct a point.
|
Name | Description | |
---|---|---|
Empty |
Is the pair empty ?(both values equal to 0)
(Inherited from Pair.) | |
X |
An integer representing this point's x coordinate.
| |
Y |
An integer representing this point's y coordinate.
|
Name | Description | |
---|---|---|
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
GetHashCode | (Inherited from Pair.) |