ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / Explicit Type Conversion Operator / Explicit Type Conversion(RectF,RectangleF) Operator

In This Topic
    Explicit Type Conversion(RectF,RectangleF) Operator
    In This Topic
    Performs an explicit conversion from System.Drawing.RectangleF to RectF.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal rc As System.Drawing.RectangleF _
    ) As RectF
    public RectF operator explicit( 
       System.Drawing.RectangleF rc
    )

    Parameters

    rc
    See Also