clutter_cairo_texture_create_region ( cairo_texture x_offset y_offset width height -- cairo_t* )


Vocabulary
clutter.ffi

Inputs
cairo_texturean object
x_offsetan object
y_offsetan object
widthan object
heightan object


Outputs
cairo_t*an object


Definition


LIBRARY: clutter FUNCTION: cairo_t*
clutter_cairo_texture_create_region
( ClutterCairoTexture* cairo_texture, gint x_offset, gint
y_offset, gint width, gint height )