Gets the type of this texture.

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

Syntax

C#
public Texture..::..TextureType Type { get; }
Visual Basic
Public ReadOnly Property Type As Texture..::..TextureType
	Get
Visual C++
public:
property Texture..::..TextureType Type {
	Texture..::..TextureType get ();
}

Exceptions

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

See Also