Click or drag to resize
DigitalRuneProjectionViewVolume Property
Gets (or sets) the shape of the view volume (viewing frustum).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ViewVolume ViewVolume { get; protected set; }

Property Value

Type: ViewVolume
A ViewVolume that describes the viewing frustum.
See Also