ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / ImageRect Constructor / ImageRect Constructor(Int32Rect)

In This Topic
    ImageRect Constructor(Int32Rect)
    In This Topic
    Initializes a new instance of the ImageRect struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rc As Int32Rect _
    )
    public ImageRect( 
       Int32Rect rc
    )

    Parameters

    rc
    See Also