Grx.Context.prototype.set_clip_box
function set_clip_box(x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint)): void { // Gjs wrapper for grx_context_set_clip_box() }
Sets the clipping limits on context.
- x1
the left bounds
- y1
the top bounds
- x2
the right bounds
- y2
the bottom bounds