Function Control.rectClipContent

Enables whether rendering of children should be clipped to this control's rectangle. If true, parts of a child which would be visibly outside of this control's rectangle will not be rendered.

bool rectClipContent() nothrow @property @nogc;

void rectClipContent (
  bool v
) nothrow @property @nogc;