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

Definition

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glScissor", Version="3.0")]
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