Implicit Type Conversion(POINT,Point) Operator
In This Topic
This member is for internal use only.
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As System.Drawing.Point _
) As POINT
public POINT operator implicit(
System.Drawing.Point
)
Parameters
- p
See Also