Image Display C++ Class Library

Class

Header File

Comments

Help Files

Demo Project Source Code

LDraw

LTCDRAW.H

The LDraw class is derived from LBase, and provides base functionality for the LEADTOOLS C++ Class Library painting and drawing classes. This class contains basic functions and member variables that are used when displaying bitmap objects.

C++ CLib Help

\Examples\ClassLibrary\MSVC\MainDEMO

\Examples\ClassLibrary\MSVC\DIBDDB

\Examples\ClassLibrary\MSVC\PAINTDC

LPaintEffect

LTCDRAW.H

The LPaintEffect class derives from LDraw, and extends it to contain functions for displaying bitmaps and bitmap regions with LEADTOOLS paint effects. For a list of the LEADTOOLS paint effects, refer to Effect Types. LPaintEffect also contains functionality for drawing gradients, patterns, 3dShapes, and 3dText.

C++ CLib Help

\Examples\ClassLibrary\MSVC\EFFECTS

\Examples\ClassLibrary\MSVC\PAINTEFFECTS

LBitmapWindow

LTCBWND.H

The LBitmapWindow class is derived from LBitmap, and extends it by adding full user interface (UI) functionality. You can consider this class as a full windowed control that is capable of displaying bitmaps.

C++ CLib Help

\Examples\ClassLibrary\MSVC\MainDEMO

LAnimationWindow

LTCANIM.H

The LAnimationWindow class is derived from the LBitmapWindow class, and extends it by adding LEAD Animation functionality.

C++ CLib Help

\Examples\ClassLibrary\MSVC\MainDEMO

LImageListControl

LTCIMLST.H

The LImageListControl class provides functionality for creating a Windows control that implements an ImageList for manipulating and displaying a list of images.

C++ CLib Help

\Examples\ClassLibrary\MSVC\MainDEMO

The LEADTOOLS C++ Class Library provides low level support for Image Display.

The LEADTOOLS C++ Class Library DLL module is LTWVC?.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Refer to the "Files To Be Included With Your Application" topic in the help file for more information.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Getting Started with LEADTOOLS