ICImagingControl.ImageBitsPerPixel Property

Returns the bits per pixel of the buffers in the control. The bytes per pixel are calculated by dividing ImageBitsPerPixel by 8. The value of this property is determined by the value of the ICImagingControl.MemoryCurrentGrabberColorformat property.
Syntax:
[C#]
public int ImageBitsPerPixel;
Limitations:

Run time only, read only.

Information:

This property is deprecated since version 3.5.
Use the actual sink to get its FrameType

See also: ICImagingControl, ICImagingControl.MemoryCurrentGrabberColorformat

<< ICImagingControl