[]
Initializes a new instance of the Point2D struct.
public Point2D(double x, double y)
Public Sub New(x As Double, y As Double)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y |
Initializes a new instance of the Point2D struct.
public Point2D(PointF p)
Public Sub New(p As PointF)
| Type | Name | Description |
|---|---|---|
| PointF | p |
Initializes a new instance of the Point2D struct.
public Point2D(Point p)
Public Sub New(p As Point)
| Type | Name | Description |
|---|---|---|
| Point | p |
Initializes a new instance of the Point2D struct.
public Point2D(Point2F p)
Public Sub New(p As Point2F)
| Type | Name | Description |
|---|---|---|
| Point2F | p |