typedef struct tagSIZEFLOAT
{
float............................................................................................................................................................................. sizeX;
float............................................................................................................................................................................. sizeY;
} SIZEFLOAT;
Description
The SIZEFLOAT structure contains the width and height of the image in float. This structure is used by create empty DIB functions.
Members of the structure
|
float |
sizeX |
Width of the image |
|
float |
sizeY |
Height of the image |
Requirements
Header : Declared in BiDib.h