This document is archived and information here might be outdated. Recommended version. |
The color depth of the DIB.
[Visual Basic .NET]
Public Property BitsPerPixel As Short
[C#]
public short BitsPerPixel {get; set;}
[C++]
HRESULT get_BitsPerPixel(
short pBitsPerPixel
);
[C++]
HRESULT put_BitsPerPixel(
System.Int16* pBitsPerPixel
);
[C++] Parameters pBitsPerPixel [in]
pBitsPerPixel is a parameter of type short pBitsPerPixel [out, retval]
pBitsPerPixel is a parameter of type short*