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