Sets the drawing clip.
this.clip = rect
void setClip(num x, num y, num width, num height) => clip = PRectangle(x, y, width, height);