Свойство | Тип | Описание | |
---|---|---|---|
x | int | ||
y | int |
Метод | Описание | |
---|---|---|
FromPoint ( Point p ) : |
Creates a new POINT struct from the specified Point
|
|
POINT ( int x, int y ) : System |
Creates a new RECT struct with the specified x and y coordinates
|
|
ToPoint ( ) : Point |
Returns a Point with the same x and y coordinates as the POINT
|
public static FromPoint ( Point p ) : |
||
p | Point | The Point to create the POINT from |
Результат |
public POINT ( int x, int y ) : System | ||
x | int | The x-coordinate of the point |
y | int | The y-coordinate of the point |
Результат | System |