Android.Renderscripts.Matrix4f.LoadOrthoWindow Method
Set current values to be an orthographic projection matrix with the right and bottom clipping planes set to the given values.

Syntax

[Android.Runtime.Register("loadOrthoWindow", "(II)V", "GetLoadOrthoWindow_IIHandler")]
public virtual void LoadOrthoWindow (int w, int h)

Parameters

w
location of the right vertical clipping plane
h
location of the bottom horizontal clipping plane

Remarks

Set current values to be an orthographic projection matrix with the right and bottom clipping planes set to the given values. Left and top clipping planes are set to 0. Near and far are set to -1, 1 respectively

[Android Documentation]

Requirements

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