Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Sets all viewport bounds in single call. Units are considered to be normalized.

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void SetBounds(
	float left,
	float top,
	float width,
	float height
)
Public Sub SetBounds ( _
	left As Single, _
	top As Single, _
	width As Single, _
	height As Single _
)

Parameters

left
Single
top
Single
width
Single
height
Single

See Also