Gets the pixel internal format used for storing the pixels.
Namespace: HighGLAssembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public PixelInternalFormat PixelInternalFormat { get; } |
Visual Basic |
---|
Public ReadOnly Property PixelInternalFormat As PixelInternalFormat Get |
Visual C++ |
---|
public: property PixelInternalFormat PixelInternalFormat { PixelInternalFormat get (); } |
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | If this object was disposed. |