[]
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(SizeF sz)
| Type | Name | Description |
|---|---|---|
| SizeF | sz |
Initializes a new instance of the Size2F struct.
public Size2F(Size2L sz)
| Type | Name | Description |
|---|---|---|
| Size2L | sz |
Initializes a new instance of the Size2F struct.
public Size2F(Size2D sz)
| Type | Name | Description |
|---|---|---|
| Size2D | sz |