Function
MtkRectanglenew
Declaration [src]
MtkRectangle*
mtk_rectangle_new (
  int x,
  int y,
  int width,
  int height
)
Parameters
- x
- 
            Type: intX coordinate of the top left corner. 
- y
- 
            Type: intY coordinate of the top left corner. 
- width
- 
            Type: intWidth of the rectangle. 
- height
- 
            Type: intHeight of the rectangle. 
Return value
Type: MtkRectangle
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |