#include "ltwrappr.h"
virtual L_VOID LVectorBase::EndChanging(nChangeType, nChangeCategory, nRetCode)
L_UINT nChangeType; |
the type of change |
L_UINT nChangeCategory; |
the change category |
L_INT nRetCode; |
the function return code |
This function is called by every function that affects the bitmap.
Parameter |
Description |
nChangeType |
The type of change that was done to the bitmap. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories. |
nChangeCategory |
The change category. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories. |
nRetCode |
The function return code. |
None
This function is called by every function that affects the vector. You can override this function to be notified when the operation has completed changing the vector. This function is called after the changes to the vector have been made. For a list of all the change types and notifications refer to Bitmap and Vector Change Notifications and Notification Categories.
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. |
For an example, refer to LVectorBase::EnableAlwaysEndNotification.
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