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)
Syntax public 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