[]
Initializes a new instance of the Size2D struct.
public Size2D(double width, double height)
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | height |
Initializes a new instance of the Size2D struct.
public Size2D(Size sz)
| Type | Name | Description |
|---|---|---|
| Size | sz |
Initializes a new instance of the Size2D struct.
public Size2D(Size2F sz)
| Type | Name | Description |
|---|---|---|
| Size2F | sz |