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