LRasterPaintWindow::LRasterPaintWindow

#include "Ltwrappr.h"

L_VOID LRasterPaintWindow::LRasterPaintWindow()

Returns

None

Comments

LRasterPaintWindow::LRasterPaintWindow () is the default constructor for the LRasterPaintWindow object.

Required DLLs and Libraries

See Also

Functions

Example

L_INT LRasterPaintWindow_LRasterPaintWindowExample() 
{ 
    // this will call the default constructor and destructor when it is out of scope 
    LRasterPaintWindow MyLRasterPntWnd; 
 
    return SUCCESS; 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DigitalPaint C++ Class Library Help