DisplayChunkGetBitsPerPixel Method  | 
 
            Gets the bits per pixel of this chunk.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic byte GetBitsPerPixel()
Public Function GetBitsPerPixel As Byte
public:
unsigned char GetBitsPerPixel()
member GetBitsPerPixel : unit -> byte 
Return Value
Type: 
ByteThe bits per pixel of this chunk.
See Also