CairoTexture
Description:
[ CCode ( has_construct_function = false , type = "ClutterActor*" ) ]
public CairoTexture (uint width, uint height)
public CairoTexture (uint width, uint height)
Creates a new CairoTexture actor, with a surface of width
by
height
pixels.
Note:
Use Canvas instead
Parameters:
width |
the width of the surface |
height |
the height of the surface |
Returns:
the newly created CairoTexture actor |