LRasterPaintWindow::SetPaintShape
#include "Ltwrappr.h"
L_VOID LRasterPaintWindow::SetPaintShape(pPaintShape)
PAINTSHAPE * pPaintShape; |
/* pointer to a paint shape structure */ |
Sets the paint shape properties.
Parameter |
Description |
pPaintShape |
Pointer to a PAINTSHAPE structure that contains the paint shape properties to set. |
Returns
None
Comments
LRasterPaintWindow::Initialize must be called before calling this function.
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 |
See Also
Functions: |
Example
For an example, refer to LRasterPaintWindow::GetPaintShape.