ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Point Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Point,Point) Operator
The Point to convert.

In This Topic
    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 value As System.Drawing.Point _
    ) As Point
    public Point operator implicit( 
       System.Drawing.Point value
    )

    Parameters

    value
    The Point to convert.

    Return Value

    The converted Point.
    See Also