Method
ClutterPaintVolumeunion_box
since: 1.10
Declaration [src]
void
clutter_paint_volume_union_box (
ClutterPaintVolume* pv,
const ClutterActorBox* box
)
Description [src]
Unions the 2D region represented by box to a ClutterPaintVolume.
This function is similar to clutter_paint_volume_union(), but it is specific for 2D regions.
Available since: 1.10
Parameters
box-
Type:
ClutterActorBoxA
ClutterActorBoxto union topv.The data is owned by the caller of the function.