MAGGLASSPAINTOPTIONS

Summary

The MAGGLASSPAINTOPTIONS structure provides magnifying glass paint options information.

Syntax

typedef struct tag_MagGlassPaintOptions 
{ 
   L_UINT uStructSize; 
   L_INT nContrast; 
   L_INT nGamma; 
   L_INT nIntensity; 
} MAGGLASSPAINTOPTIONS, *pMAGGLASSPAINTOPTIONS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

nContrast

Magnifying glass paint contrast.

nGamma

Magnifying glass paint gamma.

nIntensity

Magnifying glass paint intensity.

Comments

Some functions which take this structure as a parameter require that the structure be initialized prior to the function call. You must set the uStructSize member to the total size, in bytes, of the structure. Use the sizeof() operator to calculate this value. Functions that do not require the structure be initialized will take the total size of the structure, in bytes, as an additional function parameter.

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 API Help

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