PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RectangleD Structure / Implicit Type Conversion Operator / Implicit Type Conversion(RectangleD,Rectangle) Operator
The System.Drawing.Rectangle to convert.

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

    Parameters

    value
    The System.Drawing.Rectangle to convert.

    Return Value

    The converted RectangleD structure.
    See Also