Android.Opengl.GLU.GluOrtho2D Method
Set up a 2D orthographic projection matrix

Syntax

[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)

Parameters

gl
Documentation for this section has not yet been entered.
left
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.

Remarks

Set up a 2D orthographic projection matrix

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1