Begin scissor mode (define screen area for following drawing)
void BeginScissorMode(int x, int y, int width, int height) => _BeginScissorMode(x, y, width, height);