#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::Initialize(void)
Initializes the class object's internal automation handle.
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.
Required DLLs and Libraries
LTPNT For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Functions: |
LRasterPaintWindow::IsValid, LRasterPaintWindow::Free, Class Members |
For an example, refer to LRasterPaintWindow::CreateToolbar.