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