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