Initializes the class object's internal automation handle.
#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::Initialize(void)
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function must be called before calling many of the other LRasterPaintWindow functions.
The paint window's automation handle is valid after calling LRasterPaintWindow::Initialize.
For an example, refer to LRasterPaintWindow::CreateToolbar.