ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure / Explicit Type Conversion Operator / Explicit Type Conversion(ImageRect,Rectangle) Operator

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

    Parameters

    rc
    See Also