[]
        
(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)
Public Sub New(width As Integer, height As Integer)
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)
Public Sub New(x As Integer, y As Integer, width As Integer, height As Integer)
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)
Public Sub New(rc As RectL)
Parameters
Type Name Description
RectL rc

ImageRect(Rectangle)

Initializes a new instance of the ImageRect struct.

Declaration
public ImageRect(Rectangle rc)
Public Sub New(rc As Rectangle)
Parameters
Type Name Description
Rectangle rc