TcVnImageInfo
Shows image information.
Syntax
Definition:
struct TcVnImageInfo
{
    ULONGLONG       nImageSize;
    ULONG           nWidth;
    ULONG           nHeight;
    USHORT          nXPadding;
    USHORT          nYPadding;
    TcVnPixelFormat stPixelFormat;
};Parameters
| 
                   Name  | 
                   Type  | 
                   Description  | 
|---|---|---|
| 
                   nImageSize  | 
                   ULONGLONG  | 
                   Image size (number of pixels)  | 
| 
                   nWidth  | 
                   ULONG  | 
                   Image width  | 
| 
                   nHeight  | 
                   ULONG  | 
                   Image height  | 
| 
                   nXPadding  | 
                   USHORT  | 
                   Image x-padding  | 
| 
                   nYPadding  | 
                   USHORT  | 
                   Image y-padding  | 
| 
                   stPixelFormat  | 
                   Pixel format  |