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

In This Topic
    ImageRect Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ImageRect struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public ImageRect( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also