Surface.clipRect

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

  1. iRectangle clipRect [@property setter]
    class Surface
    @property
    void
    clipRect
    (
    iRectangle clipArea
    )
  2. iRectangle clipRect [@property getter]

Meta