Version 15 of the LEADTOOLS Image Viewer C API has changed from version 14.5 as follows:
Feature Updates:
LEADTOOLS Version 15 now supports both ANSI and UNICODE development in the same libraries.
LEADTOOLS now supports development for x64 platforms.
LEADTOOLS now supports specifying the version of toolkit that you are using. You should define LTVXX_CONFIG in your project, where "*" is the version you are using, for example: LTV15_CONFIG.
The Medical Image Viewer Control now includes:
Feature to reset Window Level, Position, Rotation, Zoom
New cursors for annotations and regions
AnnotationCreated event (to notify when a new annotation object is created by the user)
Feature to load / save the annotation objects that are drawn on the control
Feature to load / save region information that is drawn on the control
Events for mouse actions
Function to convert mouse coordinates to bitmap coordinates
Example updates:
L_DispContainerGetCellBitmapList has been replaced.
Topic updates:
The following topics have been added:
Creating a Bitmap Region Inside the Image Viewer
Changed or removed functions:
The following functions have been changed:
L_DispContainerRepositionCell takes 1 new parameter.
DISPCONTAINERACTIONCALLBACK takes 1 new parameter.
Changed or removed structures:
The following structures have been changed:
DISPCONTAINERPROPERTIES takes 11 new members.
DISPSCALEACTIONPROPS takes 1 new member.
New functions:
L_DispContainerCheckTitlebarIcon
L_DispContainerGetActionButton
L_DispContainerGetAnimationProperties
L_DispContainerGetBitmapHandle
L_DispContainerGetIconProperties
L_DispContainerGetPaintCallBack
L_DispContainerGetSelectedAnnotationAttributes
L_DispContainerGetTitlebarProperties
L_DispContainerIsTitlebarEnabled
L_DispContainerIsTitlebarIconChecked
L_DispContainerSetAnimationProperties
L_DispContainerSetBitmapHandle
L_DispContainerSetIconProperties
L_DispContainerSetPaintCallBack
L_DispContainerSetTitlebarProperties
L_DispContainerDeleteSubCellTag
L_DispContainerGetActiveSubCellChangedCallBack
L_DispContainerGetAnnotationCallBack
L_DispContainerGetAnnotationContainer
L_DispContainerGetAnnotationCreatedCallBack
L_DispContainerGetCellRegionHandle
L_DispContainerGetMouseCallBack
L_DispContainerGetPostPaintCallBack
L_DispContainerGetPrePaintCallBack
L_DispContainerGetRegionCallBack
L_DispContainerRotateAnnotationContainer
L_DispContainerSetActiveSubCellChangedCallBack
L_DispContainerSetAnnotationCallBack
L_DispContainerSetAnnotationContainer
L_DispContainerSetAnnotationCreatedCallBack
L_DispContainerSetCellRegionHandle
L_DispContainerSetMouseCallBack
L_DispContainerSetPostPaintCallBack
L_DispContainerSetPrePaintCallBack
L_DispContainerSetRegionCallBack
L_DispContainerFlipAnnotationContainer
L_DispContainerReverseAnnotationContainer
DISPCONTAINERACTIVESUBCELLCHANGED
DISPCONTAINERANNOTATIONCALLBACK
DISPCONTAINERANNOTATIONCREATEDCALLBACK
DISPCONTAINERPOSTPAINTCALLBACK
New structures:
DISPCONTAINERTITLEBARICONPROPS
For more information, refer to: