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

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

    Parameters

    value
    See Also