Class Cairo.Rectangle
- Description
A data structure for holding a rectangle.
- Method
create
Cairo.Rectangle Cairo.Rectangle(
float
|int
x
,float
|int
y
,float
|int
width
,float
|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