[]
public static implicit operator Size(Size value)
| Type | Name | Description |
|---|---|---|
| Size | value | The Size to convert. |
| Type | Description |
|---|---|
| Size | The converted Size. |
public static implicit operator Size(SizeF value)
| Type | Name | Description |
|---|---|---|
| SizeF | value | The SizeF to convert. |
| Type | Description |
|---|---|
| Size | The converted Size. |