DIMENSION

Summary

The DIMENSION structure provides information about the available resolutions in a specified PhotoCD or FlashPix file.

Syntax

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

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.

An array of DIMENSION structures must be declared, then pass it's pointer to L_ReadLoadResolutions function to be updated to be updated with the available physical resolutions in the file.

Usage

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

LEADTOOLS Raster Imaging C API Help

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