GL.Scissor(Int32, Int32, Int32, Int32) Method

Definition

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glScissor", Version="1.1")]
public static void Scissor (int x, int y, int width, int height);
static member Scissor : int * int * int * int -> unit

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
Attributes

Applies to