ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / Explicit Type Conversion Operator / Explicit Type Conversion(ImageRect,Int32Rect) Operator

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

    Parameters

    rc
    See Also