In This Topic ▼

LBitmapSettings

Description

The LBitmapSettings class is derived from LSettings, and extends it to include functionality for getting and setting display options such as PaintIntensity, PaintContrast, PaintGamma &DisplayMode. This class also includes functions for setting the default image dithering method and for creating a UserMatch table for use with LBitmapBase::ColorRes.

You may find it useful to call the static member functions of this class directly, as (ClassName::Function), without declaring an object. For example, the following is valid, and will compile:

nMode = LBitmapSettings::GetDisplayMode();

This returns the current global setting for the paint contrast.

Required Libraries

You must load all required libraries using LBase::LoadLibraries before using the classes.

LTKRN
LTDIS

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

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

LEADTOOLS Raster Imaging C++ Class Library Help