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

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

    Parameters

    value
    The System.Drawing.RectangleF to convert.

    Return Value

    The converted RectangleD structure.
    See Also