#include "ltwrappr.h"
L_BOOL LVectorWindow::IsAutoPaintEnabled(L_VOID)
Determines whether the vector window painting is enabled.
TRUE |
Vector window painting is enabled. |
FALSE |
Vector window painting is disabled. |
Required DLLs and Libraries
LVKRN 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: |
LVectorWindow::EnableAutoPaint, LVectorWindow::Repaint, Class Members |
Toggles (enable/disable) the AutoPaint feature Assumes pVectorWindow points to a valid LVectorWindow object
L_INT LVectorWindow__IsAutoPaintEnabledExample(HWND hWndParent, LVectorWindow *pVectorWindow)
{
pVectorWindow->EnableAutoPaint( !pVectorWindow->IsAutoPaintEnabled());
if (pVectorWindow->IsAutoPaintEnabled())
SetWindowText(hWndParent, TEXT("AutoPaint Enabled"));
else
SetWindowText(hWndParent, TEXT("AutoPaint Disabled"));
return SUCCESS;
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET