[]
Initializes a new instance of the Point2L struct.
public Point2L(int x, int y)
Public Sub New(x As Integer, y As Integer)
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y |
Initializes a new instance of the Point2L struct.
public Point2L(Point p)
Public Sub New(p As Point)
| Type | Name | Description |
|---|---|---|
| Point | p |