Class Cairo.RectangleInt

Description

A data structure for holding a rectangle with integer coordinates.


Variable height

int Cairo.RectangleInt.height

Description

height of the rectangle


Variable width

int Cairo.RectangleInt.width

Description

width of the rectangle


Variable x

int Cairo.RectangleInt.x

Description

X coordinate of the left side of the rectangle


Variable y

int Cairo.RectangleInt.y

Description

Y coordinate of the top side of the rectangle


Method create

Cairo.RectangleInt Cairo.RectangleInt(int x, int y, int width, int height)

Parameter x

X coordinate of the left side of the rectangle

Parameter y

Y coordinate of the top side of the rectangle

Parameter width

width of the rectangle

Parameter height

height of the rectangle