Grx.get_clip_box
function get_clip_box(): [x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint)] { // Gjs wrapper for grx_get_clip_box() }
Gets the clipping limits of the current context.
- x1
the left bounds
- y1
the top bounds
- x2
the right bounds
- y2
the bottom bounds