Surface.clipRect - multiple declarations

Function Surface.clipRect

Sets the clip boundaries for the surface Anything put on the surface outside of the clip boundaries gets discarded

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

Function Surface.clipRect

Gets the clip boundaries for the surface Anything put on the surface outside of the clip boundaries gets discarded

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