Gets the height of the volume in pixels.

Namespace: HighGL
Assembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Height { get; }
Visual Basic
Public ReadOnly Property Height As Integer
	Get
Visual C++
public:
property int Height {
	int get ();
}

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionIf this object was disposed.

See Also