In This Topic ▼

DIMENSION

typedef struct _DIMENSION 
{ 
   L_UINT nWidth; 
   L_UINT nHeight; 
} DIMENSION, * pDIMENSION; 

The DIMENSION structure is used with the LFile::ReadLoadResolutions function, which tests for available resolutions in a specified PhotoCD or FlashPix file.

Members

nWidth

Width, in pixels, of the available resolution.

nHeight

Height, in pixels, of the available resolution.

Comments

pDIMENSION is a pointer to a DIMENSION structure. With the LFile::ReadLoadResolutions function, you declare an array of DIMENSION structures and declare a pDIMENSION pointer to the array. Then, in the function call, you pass the pointer, and the function updates the DIMENSION structures in the array.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.