Android.Renderscripts.Matrix4f.LoadOrtho Method
Set current values to be an orthographic projection matrix

Syntax

[Android.Runtime.Register("loadOrtho", "(FFFFFF)V", "GetLoadOrtho_FFFFFFHandler")]
public virtual void LoadOrtho (float l, float r, float b, float t, float n, float f)

Parameters

l
location of the left vertical clipping plane
r
location of the right vertical clipping plane
b
location of the bottom horizontal clipping plane
t
location of the top horizontal clipping plane
n
location of the near clipping plane
f
location of the far clipping plane

Remarks

Set current values to be an orthographic projection matrix

[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