Renderer.clipRect - multiple declarations

Function Renderer.clipRect

Sets the clip area for the renderer Anything that is rendered outside of the clip area gets discarded

void clipRect (
  AxisAlignedBoundingBox!(int,2) clipArea
) @property;

Function Renderer.clipRect

Gets the clip area for the renderer Anything that is rendered outside of the clip area gets discarded

AxisAlignedBoundingBox!(int,2) clipRect() @property;