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