LRasterPaintWindow::LRasterPaintWindow

Syntax

#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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DigitalPaint C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.