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