Explicit Type Conversion(Size2D,Size) Operator
In This Topic
Performs an explicit conversion from
C1.Win.Interop.Size to
Size2D.
Syntax
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As Size _
) As Size2D
public Size2D operator explicit(
Size
)
Parameters
- sz
See Also