Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PointD Structure / Implicit Type Conversion Operator / Implicit Type Conversion(PointD,PointF) Operator
The System.Drawing.PointF to convert.

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

    Parameters

    value
    The System.Drawing.PointF to convert.

    Return Value

    The converted PointD.
    See Also