GLU.GluOrtho2D(IGL10, Single, Single, Single, Single) Method

Definition

Set up a 2D orthographic projection matrix

[Android.Runtime.Register("gluOrtho2D", "(Ljavax/microedition/khronos/opengles/GL10;FFFF)V", "")]
public static void GluOrtho2D (Javax.Microedition.Khronos.Opengles.IGL10? gl, float left, float right, float bottom, float top);
[<Android.Runtime.Register("gluOrtho2D", "(Ljavax/microedition/khronos/opengles/GL10;FFFF)V", "")>]
static member GluOrtho2D : Javax.Microedition.Khronos.Opengles.IGL10 * single * single * single * single -> unit

Parameters

gl
IGL10

gl

left
Single

left

right
Single

right

bottom
Single

bottom

top
Single

top

Attributes

Remarks

Set up a 2D orthographic projection matrix

Java documentation for android.opengl.GLU.gluOrtho2D(javax.microedition.khronos.opengles.GL10, float, float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to