Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int |
Method | Description | |
---|---|---|
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 |
return |
public POINT ( int x, int y ) : System | ||
x | int | The x-coordinate of the point |
y | int | The y-coordinate of the point |
return | System |