Click or drag to resize
DigitalRuneViewVolumeSet Method (Single, Single, Single, Single)
Sets the dimensions of the view volume.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Set(
	float left,
	float right,
	float bottom,
	float top
)

Parameters

left
Type: SystemSingle
The minimum x-value of the view volume at the near clip plane.
right
Type: SystemSingle
The maximum x-value of the view volume at the near clip plane.
bottom
Type: SystemSingle
The minimum y-value of the view volume at the near clip plane.
top
Type: SystemSingle
The maximum y-value of the view volume at the near clip plane.
Exceptions
ExceptionCondition
ArgumentExceptionleft is greater than or equal to right, or bottom is greater than or equal to top.
Remarks
This method can be used to define an asymmetric, off-center view volume.
See Also