'Declaration Public Operator Narrowing CType( _ ByVal value As Point _ ) As Size
public Size operator explicit( Point value )
Parameters
- value
- The Point to convert.
Return Value
The converted Size.
'Declaration Public Operator Narrowing CType( _ ByVal value As Point _ ) As Size
public Size operator explicit( Point value )