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