Method

GeglTileHandlercreate_tile

Declaration [src]

GeglTile*
gegl_tile_handler_create_tile (
  GeglTileHandler* handler,
  gint x,
  gint y,
  gint z
)

Description [src]

Create a new tile associated with this tile handler.

This method is not directly available to language bindings.

Parameters

x gint
 

The tile space x coordinate for the tile.

y gint
 

The tile space y coordinate for the tile.

z gint
 

The tile space z coordinate for the tile.

Return value

Returns: GeglTile
 

The new tile.

 The data is owned by the instance.