#include "ltwrappr.h"
LDialogEffect::LDialogEffect()
LDialogEffect::LDialogEffect(pLBitmap)
Constructs and initializes the member variables of the LDialogEffect object.
Pointer to the bitmap object referencing the bitmap object to assign to the specified object.
None.
Required DLLs and Libraries
//This is an example for : LDialogEffect::LDialogEffect ()
L_INT LDialogEffect_LDialogEffectExample_1( )
{
LBase::LoadLibraries (LT_ALL_LEADLIB);//make sure all libraries are loaded
LDialogEffect MyDialogEffect; //construct a dialogeffect object
//.... do something here ....
//Destructor is called upon returning from function
return SUCCESS;
}
//This is an example for : LDialogEffect::LDialogEffect (pBitmap)
L_INT LDialogEffect_LDialogEffectExample_2(LBitmapBase * BitmapObj)
{
LBase::LoadLibraries (LT_ALL_LEADLIB);//make sure all libraries are loaded
LDialogEffect MyDialogEffect (BitmapObj); //construct a dialogeffect object
//.... do something here ....
return SUCCESS;
}
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