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 LFile::ReadLoadResolutions function to be updated to be updated with the available physical resolutions in the file.

Usage

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

LEADTOOLS Raster Imaging C++ Class Library Help

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