Function

Gdk.cairo_rectangle

Declaration [src]

void
gdk_cairo_rectangle (
  cairo_t* cr,
  const GdkRectangle* rectangle
)

Description [src]

Adds the given rectangle to the current path of cr.

Parameters

cr cairo_t*
 

a cairo context

 Ownership is not transferred to the callee
rectangle GdkRectangle
 

a GdkRectangle

 Ownership is not transferred to the callee