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

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

    Parameters

    x
    y
    width
    height
    See Also