Function

Gdk.cairo_region

Declaration [src]

void
gdk_cairo_region (
  cairo_t* cr,
  const cairo_region_t* region
)

Description [src]

Adds the given region to the current path of cr.

Parameters

cr cairo_t*
 

a cairo context

 Ownership is not transferred to the callee
region const cairo_region_t*
 

a #cairo_region_t

 Ownership is not transferred to the callee