GL.Ortho(Single, Single, 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.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glOrthof", Version="1.1")]
public static void Ortho (float left, float right, float bottom, float top, float zNear, float zFar);
static member Ortho : single * single * single * single * single * single -> unit
Parameters
- left
- Single
- right
- Single
- bottom
- Single
- top
- Single
- zNear
- Single
- zFar
- Single
- Attributes