Gets the width 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 Width { get; }
Visual Basic
Public ReadOnly Property Width As Integer
	Get
Visual C++
public:
property int Width {
	int get ();
}

Exceptions

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

See Also