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. ![]() |
![]() | ImageViewerInteractiveMode | Base class for the rich user experience features of 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. ![]() |
![]() | 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. ![]() |
![]() | RasterImageViewer | Represents a scrollable control that displays a LEADTOOLS Leadtools.RasterImage with optional interactive UI operations. ![]() |
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. ![]() |
![]() | Keys | Indicates a key code. ![]() |
![]() | MouseButton | Indicates a mouse button. ![]() |