C#
VB
Objective-C
Contains events for the InteractiveService.
public interface LTInteractiveServiceMouseDelegate
Public Interface LTInteractiveServiceMouseDelegate
macOS Only
@protocol LTInteractiveServiceMouseDelegate<NSObject>
@optional
- (void)interactiveService:(LTInteractiveService*)service mouseDown:(LTMouseEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service mouseMove:(LTMouseEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service mouseUp:(LTMouseEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service mouseDrag:(LTMouseEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service mouseDoubleClick:(LTMouseEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service pinchZoom:(LTPinchEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service rotate:(LTRotateEvent*)mouseEvent
- (void)interactiveService:(LTInteractiveService*)service scrollWheel:(LTScrollEvent*)mouseEvent
This protocol is used to listen to InteractiveService events and provide the user with information needed for these event.
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