clip property

PRectangle? clip

Returns the current drawing clip.

Implementation

PRectangle? get clip;
void clip=(PRectangle? clip)

Sets the drawing clip.

  • Note that the clip won't be merged with the previouse clip (the clip coordinates are always global).
  • See subClip.

Implementation

set clip(PRectangle? clip);