Skip to contents

Begin scissor mode (define screen area for following drawing).

Usage

begin_scissor_mode(x, y, width, height)

Arguments

x

An integer.

y

An integer.

width

An integer.

height

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void BeginScissorMode(int x, int y, int width, int height);