[]
        
(Showing Draft Content)

C1.Win.Bitmap.ImageRect.-ctor

ImageRect Constructor

ImageRect(int, int)

Initializes a new instance of the ImageRect struct.

Declaration
public ImageRect(int width, int height)
Parameters
Type Name Description
int width
int height

ImageRect(int, int, int, int)

Initializes a new instance of the ImageRect struct.

Declaration
public ImageRect(int x, int y, int width, int height)
Parameters
Type Name Description
int x
int y
int width
int height

ImageRect(RectL)

Initializes a new instance of the ImageRect struct.

Declaration
public ImageRect(RectL rc)
Parameters
Type Name Description
RectL rc

ImageRect(Rectangle)

Initializes a new instance of the ImageRect struct.

Declaration
public ImageRect(Rectangle rc)
Parameters
Type Name Description
Rectangle rc