explicit operator Operator
explicit operator Size(Size2L)
Performs an explicit conversion from Size2L to Size.
Declaration
public static explicit operator Size(Size2L value)
Public Shared Narrowing Operator CType(value As Size2L) As Size
Parameters
| Type |
Name |
Description |
| Size2L |
value |
|
Returns
explicit operator Size2L(Size)
Performs an explicit conversion from Size to Size2L.
Declaration
public static explicit operator Size2L(Size sz)
Public Shared Narrowing Operator CType(sz As Size) As Size2L
Parameters
| Type |
Name |
Description |
| Size |
sz |
|
Returns