typedef struct tag_MagGlassPaintOptions
{
L_UINT uStructSize;
L_INT nContrast;
L_INT nGamma;
L_INT nIntensity;
} MAGGLASSPAINTOPTIONS, *pMAGGLASSPAINTOPTIONS;
The MAGGLASSPAINTOPTIONS structure provides magnifying glass paint options information for the L_SetMagGlassPaintOptions function.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Magnifying glass paint contrast.
Magnifying glass paint gamma.
Magnifying glass paint intensity.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document