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