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

In This Topic
    Explicit Type Conversion(RectL,ImageRect) Operator
    In This Topic
    Performs an explicit conversion from ImageRect to C1.Util.DX.RectL.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As ImageRect _
    ) As RectL
    public RectL operator explicit( 
       ImageRect value
    )

    Parameters

    value
    See Also