Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

DIMENSION

Show in webframe

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

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

Member

Description

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 L_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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.