ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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
    Converts a System.Drawing.Rectangle to a Rect.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.Drawing.Rectangle _
    ) As Rect
    public Rect operator implicit( 
       System.Drawing.Rectangle value
    )

    Parameters

    value
    The System.Drawing.Rectangle to convert.

    Return Value

    The converted Rect structure.
    See Also