| ViewVolumeHeight Property |
Gets the height 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 Height { get; }
Public ReadOnly Property Height As Single
Get
public:
property float Height {
float get ();
}
member Height : float32 with get
Property Value
Type:
SingleThe height of the view volume at the near clip plane.
See Also