Skip to content

popClipRect

Pops the last clipping rectangle.

Syntax

lua
Ham.popClipRect()

Example

lua
Ham.pushClipRect({50, 50}, {200, 200}, true)
-- Drawing here will be clipped
Ham.popClipRect()

See Also

Released under the ISC License.