Explicit Type Conversion Operator (Point)
In This Topic
Converts a
Point to a
Size.
Syntax
'Declaration
Public Operator Narrowing CType( _
ByVal As Point _
) As Size
public Size operator explicit(
Point
)
Parameters
- value
- The Point to convert.
Return Value
See Also