A FrameType describes the color format and (optionally) dimensions and buffer size of the image format of ImageBuffer objects.
Namespace: TIS.Imaging
Introduced in version 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. |
||
BytesPerLine | Returns the count of bytes per line the Subtype and Width specify. |
||
FourCC | Returns the FourCC pixel format of the frametype as string. |
||
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. |
||
PixelFormat | Sets or gets the color format of this frametype as a System.Drawing.PixelFormat. |
||
Subtype | Returns or sets the GUID of the video subtype of this frame type. |
||
Width | Returns or sets width of a frame. |
||
Method | Description | ||
FrameType | Creates a new FrameType. |
||