ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public static Matrix4 OrthographicTransform( float left, float right, float top, float bottom, float zNear, float zFar )
Parameters
- left
- Type: SystemSingle
- right
- Type: SystemSingle
- top
- Type: SystemSingle
- bottom
- Type: SystemSingle
- zNear
- Type: SystemSingle
- zFar
- Type: SystemSingle
Return Value
Type: Matrix4See Also