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