|  | ProjectionWidth Property | 
            Gets the width of the view volume at the near view plane.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic float Width { get; }Public ReadOnly Property Width As Single
	Get
public:
property float Width {
	float get ();
}member Width : float32 with get
Property Value
Type: 
SingleThe width of the view volume.
 See Also
See Also