Method

GskRenderNodeget_bounds

Declaration [src]

void
gsk_render_node_get_bounds (
  GskRenderNode* node,
  graphene_rect_t* bounds
)

Description [src]

Retrieves the boundaries of the node.

The node will not draw outside of its boundaries.

Parameters

bounds

Type: graphene_rect_t

Return location for the boundaries.

The argument will be set by the function.
The returned data is owned by the instance.