Creates a projection transform matrix for view.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public Matrix GetProjectionTransformation(
	int width,
	int height
)

Parameters

width
Type: System..::.Int32
View width.
height
Type: System..::.Int32
View height.

Return Value

Returns created projection transform matrix.

See Also