Contains controls, classes, methods, properties, and events for displaying images in a WinRT (Windows Store) application; including support for zooming, panning scrolling, etc.
| Class | Description | |
|---|---|---|
|  | ImageViewer | Represents a scrollable control that displays an image with optional interactive UI operations.     | 
|  | ImageViewerCenterAtInteractiveMode | Centers the image inside the viewer based on user mouse click or touch tap.     | 
|  | ImageViewerDrawEvent | Contains data for the various ImageViewer draw events.  | 
|  | ImageViewerInteractiveMode | Represents the base class for the rich user experience features of an ImageViewer     | 
|  | ImageViewerMagnifyGlassInteractiveMode | Shows a magnified version of the image on top of the viewer's     | 
|  | ImageViewerNoneInteractiveMode | Implementation of ImageViewerInteractiveMode that does not have an action.     | 
|  | ImageViewerPanZoomInteractiveMode | Provides interactive pan and zoom user interface functionality to an ImageViewer.     | 
|  | ImageViewerRubberBandEventArgs | Contains data for the ImageViewerRubberBandInteractiveMode.RubberBandStarted, ImageViewerRubberBandInteractiveMode.RubberBandDelta and ImageViewerRubberBandInteractiveMode.RubberBandCompleted events.     | 
|  | ImageViewerRubberBandInteractiveMode | Draws a rectangle on the viewer.     | 
|  | ImageViewerSpyGlassDrawImageEvent | Contains the event data for the ImageViewerSpyGlassInteractiveMode.DrawImage listener.  | 
|  | ImageViewerSpyGlassInteractiveMode | Draws and pans a spy glass on top of the viewer.     | 
|  | ImageViewerZoomToInteractiveMode | Zooms to a rectangle on the image.     | 
|  | InteractiveDragCompletedEventArgs | Contains data for the InteractiveService.DragCompleted event.   | 
|  | InteractiveDragDeltaEventArgs | Contains data for the InteractiveService.DragDelta event.   | 
|  | InteractiveDragStartedEventArgs | Contains data for the InteractiveService.DragStarted event.   | 
|  | InteractiveEventArgs | Defines the Base class for all the interactive events.   | 
|  | InteractiveService | Defines the service to translate mouse and tap events to common user interface interactions.     | 
|  | LTBasicEvent | Represents basic state information of the gesture event.  | 
|  | LTBasicGestureEvent | Represents basic event information about the state of a gesture.  | 
|  | LTBasicGestureRecognizer | Recognizes basic gesture low level events.  | 
|  | LTMouseEvent | Represents basic state information of the mouse event.  | 
|  | LTPinchEvent | Represents basic state information of the pinch gesture event.  | 
|  | LTRotateEvent | Represents basic state information of the rotate gesture event.  | 
|  | LTScrollEvent | Represents basic state information of the scroll event.  | 
|  | PinchGestureEvent | Contains data for the PinchgestureListener.  | 
|  | RasterImageViewer | Represents a scrollable control that displays a LEADTOOLS Leadtools.RasterImage with optional interactive UI operations.    | 
| Interface | Description | |
|---|---|---|
|  | LTBasicGestureRecognizerDelegate | Contains methods for LTBasicGestureRecognizer delegate events.  | 
|  | LTImageViewerDelegate | Contains methods for ImageViewer delegate events.  | 
|  | LTImageViewerRubberBandDelegate | Contains methods for ImageViewerRubberBandInteractiveMode event delegates.  | 
|  | LTImageViewerSpyGlassDelegate | Contains methods for ImageViewerSpyGlassInteractiveMode event delegates.  | 
|  | LTInteractiveServiceBasicDelegate | Contains methods for InteractiveService delegate events.  | 
|  | LTInteractiveServiceDelegate | Contains methods for InteractiveService delegate events.  | 
|  | LTInteractiveServiceMouseDelegate | Contains events for the InteractiveService.  | 
| Enumeration | Description | |
|---|---|---|
|  | ControlAlignment | Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.     | 
|  | CoordinateType | Indicates the coordinate type for conversions.     | 
|  | ImageViewerNewImageResetOptions | Specifies options to control which display properties get reset when a new image is set into the control.     | 
|  | ImageViewerScrollMode | Determines how the control displays and uses scrollbars.     | 
|  | ImageViewerSizeMode | Determines how the control displays the image and the automatic adjustments of the display rectangles.     | 
|  | ImageViewerSpyGlassCrosshair | Indicates the crosshair type of the spy glass.     | 
|  | ImageViewerSpyGlassShape | Indicates the shape of the ImageViewerSpyGlassInteractiveMode spy glass.     | 
|  | InteractiveDirection | Indicates drag direction.   | 
|  | LTBasicGesturePhase | Determines the state of the Basic gesture.  | 
|  | LTMouseButton | Specifies Mouse button.  | 
|  | MouseButton | Indicates a mouse button.  |