| ViewVolumeWidth Property |
Gets the width of the view volume at the near clip plane.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public 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 at the near clip plane.
See Also