Метод | Описание | |
---|---|---|
Point ( int x, int y ) |
Initializes a new point with an x and y position
|
|
SetX ( int x ) : |
Creates a new point with the same Y position and the supplied X position
|
|
SetY ( int y ) : |
Creates a new point with the same X position and the supplied y position
|