Creates new XCameraViewport class instance with the definition of the view boundaries without camera.

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

Syntax

C#
public XCameraViewport(
	RectangleF bounds
)

Parameters

bounds
Type: System.Drawing..::.RectangleF
The RectangleF view border relative coordinates.

See Also