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