Implicit Type Conversion(Point,Point) Operator
In This Topic
Converts a
System.Drawing.Point to a
Point.
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As System.Drawing.Point _
) As Point
public Point operator implicit(
System.Drawing.Point
)
Parameters
- value
- The Point to convert.
Return Value
See Also