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

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

    Parameters

    value
    The System.Drawing.Rectangle to convert.

    Return Value

    The converted Rect structure.
    See Also