InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Point Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Point,PointF) Operator
The System.Drawing.PointF to convert.

In This Topic
    Implicit Type Conversion(Point,PointF) Operator
    In This Topic
    Converts a System.Drawing.PointF to a Point.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As PointF _
    ) As Point
    public Point operator implicit( 
       PointF value
    )

    Parameters

    value
    The System.Drawing.PointF to convert.

    Return Value

    The converted Point.
    See Also