{{newin|[[0.4.0]]|040|type=function}}
Gets the current scissor box.
== Function ==
=== Synopsis ===
<source lang="lua">
x, y, width, height = love.graphics.getScissor( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|The x-component of the top-left point of the box.}}
{{param|number|y|The y-component of the top-left point of the box.}}
{{param|number|width|The width of the box.}}
{{param|number|height|The height of the box.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setScissor]]
* [[love.graphics.intersectScissor]]
[[Category:Functions]]
{{#set:Description=Gets the current scissor box.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getScissor}}