Function ClipRectSaver.this

apply (intersect) new clip rectangle and alpha to draw buf set intersect parameter to false, if you want to draw something outside of the widget

this(
  DrawBuf buf,
  ref Rect newClipRect,
  uint newAlpha = 0u,
  bool intersect = true
);