GLU.GluOrtho2D(IGL10, Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.