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

In This Topic
    Implicit Type Conversion(Rect,RectangleF) Operator
    In This Topic
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As RectangleF _
    ) As Rect
    public Rect operator implicit( 
       RectangleF value
    )

    Parameters

    value
    The System.Drawing.RectangleF to convert.

    Return Value

    The converted Rect structure.
    See Also