GC.setClipMask

Warning gdk_gc_set_clip_mask has been deprecated since version 2.22 and should not be used in newly-written code. Use cairo_mask() instead. Sets the clip mask for a graphics context from a bitmap. The clip mask is interpreted relative to the clip origin. (See gdk_gc_set_clip_origin()).

class GC
void
setClipMask

Parameters

mask Bitmap

a bitmap.

Meta