Method cairo_paint
cairo_paint(nint)
Paints the current source everywhere within the current clip region of the given Cairo context.
public static extern void cairo_paint(nint cr)
Parameters
crnintPointer to a
cairo_tcontext.
Paints the current source everywhere within the current clip region of the given Cairo context.
public static extern void cairo_paint(nint cr)
cr nintPointer to a cairo_t context.