A FrameType describes the color format and (optionally) dimensions and buffer size of the image format of ImageBuffer objects.
Introduced in IC Imaging Control 3.0
Property | Description | ||
BitsPerPixel | Returns the number of bits needed to store one pixel in this frame type. |
||
BufferSize | Returns or sets the number of bytes that is needed to store one frame of image data in this frame type. |
||
Height | Returns or sets height of a frame. |
||
IsBottomUp | Returns whether this frame type stores the image data bottom up. |
||
Name | The name of this frame type. |
||
SubtypeGUID | Returns or sets the GUID of the video subtype of this frame type. |
||
Type | Returns or sets the name of the color format of this frame type. |
||
Width | Returns or sets width of a frame. |
||