POINT Constructor
POINT(int, int)
Declaration
public POINT(int x, int y)
Public Sub New(x As Integer, y As Integer)
Parameters
| Type |
Name |
Description |
| int |
x |
|
| int |
y |
|
POINT(Point)
Declaration
Public Sub New(pt As Point)
Parameters
| Type |
Name |
Description |
| Point |
pt |
|