Version Changes: 21 to 22
The following members have been added:
Name | Description |
---|---|
Leadtools.Controls.ImageViewer.EndRenderItem |
Instructs the viewer that updates are completed and rendering of content can be resumed on the specified item. |
Leadtools.Controls.ImageViewer.RenderInsideClippingRect |
Indicates whether to render only the items inside the clipping rectangle, or the entire viewer area. |
The following members have been removed:
Name |
---|
None |
Version Changes: 20 to 21
The following members have been added:
Name | Description |
---|---|
Leadtools.Controls.ImageViewer.GetImageProcessingFile |
Helper method to build the full name of an image processing JavaScript file. |
Leadtools.Controls.ImageViewer.Name |
User-defined name associated with the ImageViewer instance. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.DefaultItemImageErrorClass |
The CSS class to use when an error occurs during an image loading. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.ItemImageErrorClass |
The CSS class to use when there is an error in loading an image. |
Leadtools.Controls.ImageViewerItemActivateEventArgs |
Data for the ImageViewerSelectItemsInteractiveMode.ItemActivate event. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.DoubleTap |
Occurs when the user double taps with the mouse or a finger. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.PostKeyDown |
Occurs after the interactive mode processes a KeyDown event. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.PreKeyDown |
Occurs before the interactive mode processes a KeyDown event. |
Leadtools.Controls.ImageViewerSelectItemsInteractiveMode.ItemActivate |
Event occurring when the user activates an item. |
Leadtools.Controls.ImageViewerSelectItemsInteractiveMode.MultiDeselectKeyModifier |
Modifier key to use for multi-deselection. |
Leadtools.Controls.ImageViewerSelectItemsInteractiveMode.OnItemActivate |
Raises the ItemActivate event. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.ScaleFactor |
Value of the scale factor for the ZoomTo operation. |
The following members have been removed:
Name |
---|
None |
Version Changes: 19 to 20
The following members have been added:
Name | Description |
---|---|
Leadtools.Controls.CalculateInertiaCallback |
A callback type used in custom and default inertia function implementations. |
Leadtools.Controls.ControlInertiaScrollOptions.CalculateInertia |
When non-null, used to calculate the inertia scroll offset. |
Leadtools.Controls.ControlInertiaScrollOptions.DefaultBezierPoint1 |
The second point for the default cubic Bézier inertia function. |
Leadtools.Controls.ControlInertiaScrollOptions.DefaultBezierPoint2 |
The third point for the default cubic Bézier inertia function. |
Leadtools.Controls.ControlInertiaScrollOptions.DefaultCalculateInertia |
The default inertia calculation function. |
Leadtools.Controls.ControlInertiaScrollOptions.DefaultDuration |
The time in milliseconds for the default inertia scroll to last. |
Leadtools.Controls.ControlInertiaScrollOptions.DefaultPower |
A multiplier for the distance of the default inertia scroll. |
Leadtools.Controls.ControlRegionRenderer.maximumAnimateIndex |
Maximum number of animation index. |
Leadtools.Controls.ImageViewer.activeItemChanged |
Occurs when the value of ActiveItem changes. |
Leadtools.Controls.ImageViewer.autoItemElementsAdded |
Occurs after an item HTML elements are re-added to the DOM. |
Leadtools.Controls.ImageViewer.autoItemElementsRemoved |
Occurs before an item HTML elements are re-deleted from the DOM. |
Leadtools.Controls.ImageViewer.elementsUpdated |
Occurs anytime the viewer changes any DOM or CSS property on an element that is part of view or any item |
Leadtools.Controls.ImageViewer.eraseBackground |
Occurs when the control's background needs to be erased. |
Leadtools.Controls.ImageViewer.foreCanvasSizeChanged |
Occurs when the size of the foreground canvas changes. |
Leadtools.Controls.ImageViewer.imageLoading |
Occurs just before an image starts loading as the result of a URL update. |
Leadtools.Controls.ImageViewer.interpolation |
Occurs when the interpolator state changes. |
Leadtools.Controls.ImageViewer.itemChanged |
Occurs when any of the items inside this ImageViewer changes |
Leadtools.Controls.ImageViewer.itemDragDrop |
Occurs when data is being dragged or dropped from/to this ImageViewer. |
Leadtools.Controls.ImageViewer.itemError |
Occurs when an error happens when the viewer tries to update the item image data. |
Leadtools.Controls.ImageViewer.postRender |
Occurs after the view is rendered. |
Leadtools.Controls.ImageViewer.postRenderItem |
Occurs after an item is rendered. |
Leadtools.Controls.ImageViewer.preRender |
Occurs before the view is rendered. |
Leadtools.Controls.ImageViewer.preRenderItem |
Occurs before an item is rendered. |
Leadtools.Controls.ImageViewer.propertyChanged |
Occurs when a property value in this ImageViewerchanges. |
Leadtools.Controls.ImageViewer.redirectRender |
Occurs when the viewer content has changed and any external controls performing live capture need to be updated. |
Leadtools.Controls.ImageViewer.render |
Render the view. |
Leadtools.Controls.ImageViewer.renderBackground |
Renders view or item background. |
Leadtools.Controls.ImageViewer.renderBorder |
Renders view or item border. |
Leadtools.Controls.ImageViewer.renderError |
Occurs when an error happens during rendering. |
Leadtools.Controls.ImageViewer.renderImage |
Renders the item image. |
Leadtools.Controls.ImageViewer.renderItem |
Occurs when an item is rendered. |
Leadtools.Controls.ImageViewer.renderItemFloater |
Renders the item floater. |
Leadtools.Controls.ImageViewer.renderItemFloaterRegion |
Renders the item floater region. |
Leadtools.Controls.ImageViewer.renderItemRegion |
Renders the item region. |
Leadtools.Controls.ImageViewer.renderShadow |
Renders view or item or drop shadow. |
Leadtools.Controls.ImageViewer.renderText |
Renders the item text. |
Leadtools.Controls.ImageViewer.scrollOffsetChanged |
Occurs when the value of ScrollOffset changes. |
Leadtools.Controls.ImageViewer.selectedItemsChanged |
Occurs when any of the items inside this viewer selection state changes. |
Leadtools.Controls.ImageViewer.transformChanged |
Occurs when the transformation matrix of the view or any of the item changes. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultClassPrefix |
Default prefix that will be applied to each other class name when the viewer is created. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemActiveClass |
Default active item CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemBackImageElementClass |
Default item back image element CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemElementClass |
Default item elements CSS class name. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemHoverClass |
Default hovered item CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageBorderElementClass |
Default item image border element CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageClippingElementClass |
Default item image clipping element CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageElementClass |
Default item image element CSS class name. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageFlipElementClass |
Default item image flip element CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageLoadedClass |
Default item image loaded CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemImageLoadingClass |
Default item image loading CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemSelectClass |
Default selected item CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultItemTextElementClass |
Default item text CSS class name |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.defaultViewElementClass |
Default view elements CSS class name. |
Leadtools.Controls.ImageViewerInteractiveMode.activeItemModeId |
ImageViewerActiveItemInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.addRegionModeId |
ImageViewerAddRegionInteractiveMode ID. For future use. |
Leadtools.Controls.ImageViewerInteractiveMode.autoPanModeId |
ImageViewerAutoPanInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.centerAtModeId |
ImageViewerCenterAtInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.dragModeId |
ImageViewerDragInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.floaterModeId |
ImageViewerFloaterInteractiveMode |
Leadtools.Controls.ImageViewerInteractiveMode.magnifyGlassModeId |
ImageViewerMagnifyGlassInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.noneModeId |
ImageViewerNoneInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.pagerModeId |
ImageViewerPagerInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.panZoomModeId |
ImageViewerPanZoomInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.rubberBandModeId |
ImageViewerRubberBandInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.selectItemsModeId |
ImageViewerSelectItemsInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.spyGlassModeId |
ImageViewerSpyGlassInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.userModeId |
Start of user interactive modes ID. |
Leadtools.Controls.ImageViewerInteractiveMode.workCompleted |
Occurs when this mode completes the work. |
Leadtools.Controls.ImageViewerInteractiveMode.workStarted |
Occurs when this mode starts working. |
Leadtools.Controls.ImageViewerInteractiveMode.zoomAtModeId |
ImageViewerZoomAtInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.zoomToModeId |
ImageViewerZoomToInteractiveMode ID. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandCompleted |
Occurs when the user completes the rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandDelta |
Occurs when the user is performing rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandStarted |
Occurs when the user starts the rubber banding operation. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.drawImage |
Occurs when the spy glass is working. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.IsVisible |
Indicates whether the SpyGlass is visible when moving manually. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.ManualMove |
Continues a manual movement of the SpyGlass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.ManualStart |
Starts a manual movement of the SpyGlass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.ManualStop |
Stops the manual movement of the SpyGlass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.WorkDelta |
Occurs when the SpyGlass has moved. |
Leadtools.Controls.InertiaParams |
Defines the properties available on each call to the custom inertia scroll function. |
Leadtools.Controls.InteractiveService.doubleTap |
Occurs when the user double taps with the mouse or a finger. |
Leadtools.Controls.InteractiveService.dragCompleted |
Occurs when the user completes a drag operation. |
Leadtools.Controls.InteractiveService.dragDelta |
Occurs when the user moves the mouse or finger while dragging. |
Leadtools.Controls.InteractiveService.dragStarted |
Occurs when the user starts a drag operation. |
Leadtools.Controls.InteractiveService.hold |
Occurs when the user taps and holds with the mouse or a finger. |
Leadtools.Controls.InteractiveService.keyDown |
Occurs when the user presses a key down. |
Leadtools.Controls.InteractiveService.keyUp |
Occurs when the user releases a key. |
Leadtools.Controls.InteractiveService.move |
Occurs when the user moves the mouse over the control. |
Leadtools.Controls.InteractiveService.pinchCompleted |
Occurs when the user completes a pinch operation. |
Leadtools.Controls.InteractiveService.pinchDelta |
Occurs when the user moves the fingers while performing a pinch operation. |
Leadtools.Controls.InteractiveService.pinchStarted |
Occurs when the user starts a pinch operation. |
Leadtools.Controls.InteractiveService.tap |
Occurs when the user performs a tap operation with either the mouse or a finger. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Controls.ControlRegionRenderer.= |
Maximum number of animation index. |
Leadtools.Controls.ImageViewer.activeItemChanged.remove |
Occurs when the value of ActiveItem changes. |
Leadtools.Controls.ImageViewer.autoItemElementsAdded.remove |
Occurs after an item HTML elements are re-added to the DOM. |
Leadtools.Controls.ImageViewer.autoItemElementsRemoved.remove |
Occurs before an item HTML elements are re-deleted from the DOM. |
Leadtools.Controls.ImageViewer.elementsUpdated.remove |
Occurs anytime the viewer changes any DOM or CSS property on an element that is part of view or any item |
Leadtools.Controls.ImageViewer.eraseBackground.remove |
Occurs when the control's background needs to be erased. |
Leadtools.Controls.ImageViewer.foreCanvasSizeChanged.remove |
Occurs when the size of the foreground canvas changes. |
Leadtools.Controls.ImageViewer.imageLoading.remove |
Occurs just before an image starts loading as the result of a URL update. |
Leadtools.Controls.ImageViewer.interpolation.remove |
Occurs when the interpolator state changes. |
Leadtools.Controls.ImageViewer.itemChanged.remove |
Occurs when any of the items inside this ImageViewer changes |
Leadtools.Controls.ImageViewer.itemDragDrop.remove |
Occurs when data is being dragged or dropped from/to this ImageViewer. |
Leadtools.Controls.ImageViewer.itemError.remove |
Occurs when an error happens when the viewer tries to update the item image data. |
Leadtools.Controls.ImageViewer.postRender.remove |
Occurs after the view is rendered. |
Leadtools.Controls.ImageViewer.postRenderItem.remove |
Occurs after an item is rendered. |
Leadtools.Controls.ImageViewer.preRender.remove |
Occurs before the view is rendered. |
Leadtools.Controls.ImageViewer.preRenderItem.remove |
Occurs before an item is rendered. |
Leadtools.Controls.ImageViewer.propertyChanged.remove |
Occurs when a property value in this ImageViewerchanges. |
Leadtools.Controls.ImageViewer.redirectRender.remove |
Occurs when the viewer content has changed and any external controls performing live capture need to be updated. |
Leadtools.Controls.ImageViewer.render.remove |
Render the view. |
Leadtools.Controls.ImageViewer.renderBackground.remove |
Renders view or item background. |
Leadtools.Controls.ImageViewer.renderBorder.remove |
Renders view or item border. |
Leadtools.Controls.ImageViewer.renderError.remove |
Occurs when an error happens during rendering. |
Leadtools.Controls.ImageViewer.renderImage.remove |
Renders the item image. |
Leadtools.Controls.ImageViewer.renderItem.remove |
Occurs when an item is rendered. |
Leadtools.Controls.ImageViewer.renderItemFloater.remove |
Renders the item floater. |
Leadtools.Controls.ImageViewer.renderItemFloaterRegion.remove |
Renders the item floater region. |
Leadtools.Controls.ImageViewer.renderItemRegion.remove |
Renders the item region. |
Leadtools.Controls.ImageViewer.renderShadow.remove |
Renders view or item or drop shadow. |
Leadtools.Controls.ImageViewer.renderText.remove |
Renders the item text. |
Leadtools.Controls.ImageViewer.scrollOffsetChanged.remove |
Occurs when the value of ScrollOffset changes. |
Leadtools.Controls.ImageViewer.selectedItemsChanged.remove |
Occurs when any of the items inside this viewer selection state changes. |
Leadtools.Controls.ImageViewer.transformChanged.remove |
Occurs when the transformation matrix of the view or any of the item changes. |
Leadtools.Controls.ImageViewerElementsModeCreateOptions.= |
Default prefix that will be applied to each other class name when the viewer is created. |
Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|---|
Leadtools.Controls.CanvasOptions | - Options to use when HTML5 Canvas Elements are created. |
Leadtools.Controls.ControlDropShadowOptions | - Options for rendering a drop shadow. |
Leadtools.Controls.ControlInertiaScrollOptions | - Options to use with inertia scroll support. |
Leadtools.Controls.ControlPadding | - Represents padding or margin information associated with a user interface (UI) element. |
Leadtools.Controls.ControlRegionRenderCallback | - Callback used to customize rendering the outline of regions. |
Leadtools.Controls.ControlRegionRenderer | - Use by the controls to render the regions outlines. |
Leadtools.Controls.ControlRegionRenderMode | - Determines how to render the outline of a region area. |
Leadtools.Controls.ControlScrollMode | - Determines how the control displays and uses scrollbars. |
Leadtools.Controls.ControlSizeMode | - Determines how the control displays the image and the automatic adjustments of the display rectangles. |
Leadtools.Controls.ControlTextTrimming | - Specifies how to trim characters from a string that does not completely fit into a layout shape. |
Leadtools.Controls.ElementInsertionHelper | - A utility class for controlling HTML element pointer events with the ImageViewer. |
Leadtools.Controls.ImageViewer.activeItem | Active item of this image viewer. |
Leadtools.Controls.ImageViewer.activeItemBackgroundColor | Active item background color. |
Leadtools.Controls.ImageViewer.activeItemBorderColor | Active item border color. |
Leadtools.Controls.ImageViewer.activeItemChanged.remove | Occurs when the value of ActiveItem changes. |
Leadtools.Controls.ImageViewer.allowDrop | Indicates whether the viewer can accept data that the user drags onto it. |
Leadtools.Controls.ImageViewer.aspectRatioCorrection | Manual aspect ratio correction value |
Leadtools.Controls.ImageViewer.autoCreateCanvas | Indicates whether to automatically create the HTML5 Canvas Element when the image is updated. |
Leadtools.Controls.ImageViewer.autoItemElementsAdded.remove | Occurs after an item HTML elements are re-added to the DOM. |
Leadtools.Controls.ImageViewer.autoItemElementsRemoved.remove | Occurs before an item HTML elements are re-deleted from the DOM. |
Leadtools.Controls.ImageViewer.autoResetOptions | Determines which display properties to reset when a new image is set into the viewer (single item mode). |
Leadtools.Controls.ImageViewer.autoScrollDiv | Auto Scroll HTML Div Element. |
Leadtools.Controls.ImageViewer.backImage | Optional background element to be displayed in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.backImageLoadImageUrlMode | Specifies how an image should be loaded when this item is provided a URL (single item mode) |
Leadtools.Controls.ImageViewer.backImageUrl | URL to the optional background image to displayed in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.beginAutoSizeChanged | Disable detecting if the viewer size has changed. |
Leadtools.Controls.ImageViewer.beginRender | Stops the viewer from rendering the content if any change is applied. This is useful to increase the control's speed efficiency. |
Leadtools.Controls.ImageViewer.beginTransform | Stops the viewer from updating the transformations matrices and updating the view layout. This is useful to increase the control's speed efficiency. |
Leadtools.Controls.ImageViewer.beginUpdate | Stops the viewer from updating the transformations matrices, view layout and rendering the content if any change is applied. This is useful to increase the control's speed efficiency. |
Leadtools.Controls.ImageViewer.canRender | Gets a value that indicate if the ImageViewer will render the content when changes are made to the control's properties or to the items. |
Leadtools.Controls.ImageViewer.canTransform | Gets a value that indicate if the ImageViewer will update the transformation matrices and view layout when changes are made to the control's properties or to the items. |
Leadtools.Controls.ImageViewer.canvas | HTML5 Canvas Element to be displayed in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.centerAtPoint | Centers the view display at the specified point. |
Leadtools.Controls.ImageViewer.clipImageToContent | Indicates whether to clip the image outside the content area if ResizeOnTransform was set to false. |
Leadtools.Controls.ImageViewer.combineFloater | Combines the floaters with the images for all items inside this ImageViewer |
Leadtools.Controls.ImageViewer.controlSize | Control size. |
Leadtools.Controls.ImageViewer.convertBoundsToView | Converts a rectangle value from logical (excluding the current transformation) to physical (in control pixel coordinates). |
Leadtools.Controls.ImageViewer.convertPoint | Converts a LeadPointD from one coordinates to the other. |
Leadtools.Controls.ImageViewer.convertPoints | Converts an array of LeadPointD from one coordinates to the other. |
Leadtools.Controls.ImageViewer.convertRect | Converts a LeadRectD from one coordinates to the other. |
Leadtools.Controls.ImageViewer.convertTransform | Converts a transformation matrix relative to one item to another. |
Leadtools.Controls.ImageViewer.defaultInteractiveMode | Default interactive mode. |
Leadtools.Controls.ImageViewer.defaultZoomOrigin | Origin of the default zoom point for current horizontal and vertical alignment, in control pixel coordinates. |
Leadtools.Controls.ImageViewer.disableSync | Temporarily disable syncing for a group while keeping the group itself intact. |
Leadtools.Controls.ImageViewer.disableTransitions | Stops the viewer from updating the transformations matrices and view layout during CSS transitions. |
Leadtools.Controls.ImageViewer.dispose | Destroys this ImageViewer and removes it from the page. |
Leadtools.Controls.ImageViewer.dropCopyKeyState | Modifier key used to initiate a copy drop operation |
Leadtools.Controls.ImageViewer.dropLinkKeyState | Modifier key used to initiate a link drop operation |
Leadtools.Controls.ImageViewer.dropMoveKeyState | Modifier key used to initiate a move drop operation |
Leadtools.Controls.ImageViewer.element | The HTML or SVG Element to be displayed in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.elementsUpdated.remove | Occurs anytime the viewer changes any DOM or CSS property on an element that is part of view or any item |
Leadtools.Controls.ImageViewer.enableRequestAnimationFrame | Indicates whether the ImageViewer should use HTML5 requestAnimationFrame when renderingthe image. |
Leadtools.Controls.ImageViewer.enableSync | Re-enable syncing for a group. |
Leadtools.Controls.ImageViewer.enableTransitions | Enable updating the transformations matrices and view layout during CSS transitions. |
Leadtools.Controls.ImageViewer.endAutoSizeChanged | Enables detecting if the viewer size has changed. |
Leadtools.Controls.ImageViewer.endRender | Instruct the viewer that updates are completed and rendering of content can be resumed. |
Leadtools.Controls.ImageViewer.endTransform | Instruct the viewer that updates are completed and updating transformations and view layout can be resumed. |
Leadtools.Controls.ImageViewer.endUpdate | Instruct the viewer that updates are completed and updating the transformations matrices, view layout and rendering of content can be resumed. |
Leadtools.Controls.ImageViewer.ensureBoundsVisible | Ensures that the specified rectangle area is visible in the viewer. |
Leadtools.Controls.ImageViewer.ensureItemVisible | Ensures that an item is visible in the viewer. |
Leadtools.Controls.ImageViewer.ensureItemVisibleByIndex | Ensures that the item at the specified index is visible in the viewer. |
Leadtools.Controls.ImageViewer.eraseBackground.remove | Occurs when the control's background needs to be erased. |
Leadtools.Controls.ImageViewer.eraseBackgroundOnInvalidate | Indicates whether the ImageViewer will clear the foreground canvas prior to rendering. |
Leadtools.Controls.ImageViewer.eventCanvas | The Background HTML5 Canvas Element. |
Leadtools.Controls.ImageViewer.findNearestItem | Gets the item nearest to the specified physical (in viewer pixel) coordinates. |
Leadtools.Controls.ImageViewer.flip | Flip the view vertically. |
Leadtools.Controls.ImageViewer.flipImageElement | Flip the image vertically without the border. |
Leadtools.Controls.ImageViewer.floater | Floater image (single item mode). |
Leadtools.Controls.ImageViewer.floaterOpacity | Opacity used when rendering the floaters in this ImageViewer |
Leadtools.Controls.ImageViewer.floaterRegionRenderMode | Indicates how floater regions are rendered. |
Leadtools.Controls.ImageViewer.floaterTransform | Transformation matrix used by the floater image (single item mode). |
Leadtools.Controls.ImageViewer.foreCanvas | The Foreground HTML5 Canvas Element. |
Leadtools.Controls.ImageViewer.foreCanvasSizeChanged.remove | Occurs when the size of the foreground canvas changes. |
Leadtools.Controls.ImageViewer.GetAllVisibleItems | Gets all the visible items in the viewer. |
Leadtools.Controls.ImageViewer.getDestinationRectangle | Utility method to adjust the given LeadRectD based on source size, size mode and alignment |
Leadtools.Controls.ImageViewer.getFirstVisibleItem | First visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getFirstVisibleItemIndex | Index for the first visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getImageTransformWithDpi | Transformation matrix of the image with or without DPI scaling (single item mode). |
Leadtools.Controls.ImageViewer.getItemBounds | Current logical (excluding the current transformation) bounds of any part of an item. |
Leadtools.Controls.ImageViewer.getItemContentTransform | Transformation matrix of the content of an item. |
Leadtools.Controls.ImageViewer.getItemFloaterSize | Floater image size of an item. |
Leadtools.Controls.ImageViewer.getItemFloaterTransform | Transformation matrix of the floater of an item. |
Leadtools.Controls.ImageViewer.getItemImageFloatingPointTransform | Transformation matrix of the image of an item without rounded values. |
Leadtools.Controls.ImageViewer.getItemImageSize | Image size of an item. |
Leadtools.Controls.ImageViewer.getItemImageTransform | Transformation matrix of the image of an item. |
Leadtools.Controls.ImageViewer.getItemImageTransformScaleOnly | Transformation matrix of the image of an item without translation and rotation. |
Leadtools.Controls.ImageViewer.getItemImageTransformWithDpi | Transformation matrix of the image of an item with or without DPI scaling. |
Leadtools.Controls.ImageViewer.getItemTransform | Transformation matrix of the whole item. |
Leadtools.Controls.ImageViewer.getItemViewBounds | Current physical (in control pixel coordinates) bounds of any part of an item. |
Leadtools.Controls.ImageViewer.getLargestVisibleItem | Largest visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getLargestVisibleItemIndex | Index for the largest visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getLastVisibleItem | Last visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getLastVisibleItemIndex | Index for the last visible item or part of it in the viewer. |
Leadtools.Controls.ImageViewer.getScaleFactors | Utility method to calculate the scale factor needed to perform the specified size mode using a source and destination size. |
Leadtools.Controls.ImageViewer.getSynced | Returns a list of all ImageViewer instances that match the given sync. |
Leadtools.Controls.ImageViewer.getViewBounds | Current bounds of the view in physical (in control pixel) coordinates |
Leadtools.Controls.ImageViewer.gotoItem | Scroll to the top-left of an item. |
Leadtools.Controls.ImageViewer.gotoItemByIndex | Scroll to the top-left of an item giving its index. |
Leadtools.Controls.ImageViewer.hasImage | Gets a value that indicate if the viewer currently has an image (single item mode). |
Leadtools.Controls.ImageViewer.hasItems | Gets a value that indicate whether this viewer has any items. |
Leadtools.Controls.ImageViewer.hasSize | Whether or not the ControlSize has a valid size. |
Leadtools.Controls.ImageViewer.hitTestFloater | First item that has its floater under a physical (in viewer pixel) coordinates. |
Leadtools.Controls.ImageViewer.hitTestItem | First item that is under a physical (in viewer pixel) coordinates. |
Leadtools.Controls.ImageViewer.hitTestItemPart | Specific part of the item under a physical (in viewer pixel) coordinates. |
Leadtools.Controls.ImageViewer.hitTestItems | Items that intersect with a rectangle in physical (in viewer pixel) coordinates. |
Leadtools.Controls.ImageViewer.hitTestStateInteractiveMode | The ImageViewerInteractiveMode that is currently in a hit-test state. |
Leadtools.Controls.ImageViewer.hoveredItemBackgroundColor | Hovered items background color. |
Leadtools.Controls.ImageViewer.hoveredItemBorderColor | Hovered items border color. |
Leadtools.Controls.ImageViewer.idleInteractiveMode | The ImageViewerInteractiveMode that is currently acting as the first idle mode. |
Leadtools.Controls.ImageViewer.imageBackgroundColor | Images background color. |
Leadtools.Controls.ImageViewer.imageBounds | Physical position and size of the image in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.imageDropShadow | Images drop shadow properties |
Leadtools.Controls.ImageViewer.imageHorizontalAlignment | Specifies how to align the images inside their items horizontally. |
Leadtools.Controls.ImageViewer.imageLoading.remove | Occurs just before an image starts loading as the result of a URL update. |
Leadtools.Controls.ImageViewer.imageProcessingLibrariesPath | Path to the image processing library script files. |
Leadtools.Controls.ImageViewer.imageRegionRenderMode | Indicates how image regions are rendered. |
Leadtools.Controls.ImageViewer.imageResolution | Resolution in dots/inch (or DPI) of the image (single item mode). |
Leadtools.Controls.ImageViewer.imageScale | Optional scale value to use when rendering the images (single item mode). |
Leadtools.Controls.ImageViewer.imagesDiv | Internally used for loading SVG documents with embedded images. |
Leadtools.Controls.ImageViewer.imageSize | Size of the image in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.imageTransform | Current transformation matrix used for displaying the image (single item mode). |
Leadtools.Controls.ImageViewer.imageUrl | URL to the image to displayed in the viewer (single item mode). |
Leadtools.Controls.ImageViewer.imageVerticalAlignment | Specifies how to align the images inside their items vertically. |
Leadtools.Controls.ImageViewer.interactiveModes | The list of interactive modes in this ImageViewer. |
Leadtools.Controls.ImageViewer.interactiveService | The InteractiveService for this viewer control. |
Leadtools.Controls.ImageViewer.interpolation.remove | Occurs when the interpolator state changes. |
Leadtools.Controls.ImageViewer.interpolationMode | Interpolation mode used by this ImageViewer. |
Leadtools.Controls.ImageViewer.interpolationRunMode | Interpolation run mode used by this ImageViewer. |
Leadtools.Controls.ImageViewer.invalidate | Invalidates a portion of the entire surface of the control and causes the control to be redrawn. |
Leadtools.Controls.ImageViewer.invalidateItem | Invalidate an item. |
Leadtools.Controls.ImageViewer.invalidateItemByIndex | Invalidate the item at the specified index. |
Leadtools.Controls.ImageViewer.isItemVisible | Gets a value that indicate whether the specified item or part is currently visible in the viewer. |
Leadtools.Controls.ImageViewer.isRenderRedirected | Gets a value that indicate whether the current rendering operation is targeting an external device rather the control itself. |
Leadtools.Controls.ImageViewer.isSyncDisabled | Determines if syncing for a group has been disabled. |
Leadtools.Controls.ImageViewer.isSyncSource | Indicates that this image viewer can act as a sync source. |
Leadtools.Controls.ImageViewer.isSyncTarget | Indicates that this image viewer can act as a sync target. |
Leadtools.Controls.ImageViewer.isTransitionsEnabled | Detect if the image viewer is in a state where CSS transition detection is enabled. |
Leadtools.Controls.ImageViewer.itemBackgroundColor | Default items background color. |
Leadtools.Controls.ImageViewer.itemBorderColor | Default items border color. |
Leadtools.Controls.ImageViewer.itemBorderThickness | Items border thickness. |
Leadtools.Controls.ImageViewer.itemChanged.remove | Occurs when any of the items inside this ImageViewer changes |
Leadtools.Controls.ImageViewer.itemDragDrop.remove | Occurs when data is being dragged or dropped from/to this ImageViewer. |
Leadtools.Controls.ImageViewer.itemError.remove | Occurs when an error happens when the viewer tries to update the item image data. |
Leadtools.Controls.ImageViewer.itemHorizontalAlignment | Specifies how to align the items inside the view horizontally. |
Leadtools.Controls.ImageViewer.itemMargin | Margins to use between the view and the items. |
Leadtools.Controls.ImageViewer.itemPadding | Padding to use between the items border and the content. |
Leadtools.Controls.ImageViewer.items | The collection of items in this ImageViewer |
Leadtools.Controls.ImageViewer.itemSize | Default item size. |
Leadtools.Controls.ImageViewer.itemSizeMode | Indicates how the images are displayed inside their items. |
Leadtools.Controls.ImageViewer.itemSpacing | Spacing to use between neighboring items. |
Leadtools.Controls.ImageViewer.itemTextColor | Default items text color. |
Leadtools.Controls.ImageViewer.itemTextFont | Items text font. |
Leadtools.Controls.ImageViewer.itemTextTrimming | Items text trimming options. |
Leadtools.Controls.ImageViewer.itemTextWrap | Indicates whether the items text should automatically wrap to the next line if needed. |
Leadtools.Controls.ImageViewer.itemVerticalAlignment | Specifies how to align the items inside the view vertically. |
Leadtools.Controls.ImageViewer.loadImageUrlMode | Specifies how an image should be loaded when this item is provided a URL (single item mode) |
Leadtools.Controls.ImageViewer.mainDiv | Main HTML Div Element. |
Leadtools.Controls.ImageViewer.maximumScaleFactor | Maximum scale factor allowed. |
Leadtools.Controls.ImageViewer.maximumScrollSize | Current maximum scroll size allowed. |
Leadtools.Controls.ImageViewer.minimumScaleFactor | Minimum scale factor allowed. |
Leadtools.Controls.ImageViewer.onActiveItemChanged | Raises the ActiveItemChanged event. |
Leadtools.Controls.ImageViewer.onAutoItemElementsAdded | Raises the AutoItemElementsAdded event. |
Leadtools.Controls.ImageViewer.onAutoItemElementsRemoved | Raises the AutoItemElementsRemoved event. |
Leadtools.Controls.ImageViewer.onElementsUpdated | Raises the ElementsUpdated event. |
Leadtools.Controls.ImageViewer.onEraseBackground | Raises the EraseBackground event. |
Leadtools.Controls.ImageViewer.onForeCanvasSizeChanged | Raises the ForeCanvasSizeChanged event. |
Leadtools.Controls.ImageViewer.onItemChanged | Raises the ItemChanged event. |
Leadtools.Controls.ImageViewer.onItemDragDrop | Raises the ItemDragDrop event. |
Leadtools.Controls.ImageViewer.onItemError | Raises the ItemError event. |
Leadtools.Controls.ImageViewer.onPostRender | Raises the PostRender event. |
Leadtools.Controls.ImageViewer.onPostRenderItem | Raises the PostRenderItem event. |
Leadtools.Controls.ImageViewer.onPreRender | Raises the PreRender event. |
Leadtools.Controls.ImageViewer.onPreRenderItem | Raises the PreRenderItem event. |
Leadtools.Controls.ImageViewer.onPropertyChanged | Raises the PropertyChanged event. |
Leadtools.Controls.ImageViewer.onRedirectRender | Raises the RedirectRender event. |
Leadtools.Controls.ImageViewer.onRender | Raises the Render event. |
Leadtools.Controls.ImageViewer.onRenderBackground | Raises the RenderBackground event. |
Leadtools.Controls.ImageViewer.onRenderBorder | Raises the RenderBorder event. |
Leadtools.Controls.ImageViewer.onRenderError | Raises the RenderError event. |
Leadtools.Controls.ImageViewer.onRenderImage | Raises the RenderImage event. |
Leadtools.Controls.ImageViewer.onRenderItem | Raises the RenderItem event. |
Leadtools.Controls.ImageViewer.onRenderItemFloater | Raises the RenderItemFloater event. |
Leadtools.Controls.ImageViewer.onRenderItemFloaterRegion | Raises the RenderItemFloaterRegion event. |
Leadtools.Controls.ImageViewer.onRenderItemRegion | Raises the RenderItemRegion event. |
Leadtools.Controls.ImageViewer.onRenderShadow | Raises the RenderShadow event. |
Leadtools.Controls.ImageViewer.onRenderText | Raises the RenderText event. |
Leadtools.Controls.ImageViewer.onScrollOffsetChanged | Raises the ScrollOffsetChanged event. |
Leadtools.Controls.ImageViewer.onSelectedItemsChanged | Raises the SelectedItemsChanged event. |
Leadtools.Controls.ImageViewer.onSizeChanged | Inform the control that the size of the container has changed. |
Leadtools.Controls.ImageViewer.onTransformChanged | Raises the OnTransformChanged event. |
Leadtools.Controls.ImageViewer.ownerDraw | Indicates whether the control automatically renders the view and items. |
Leadtools.Controls.ImageViewer.passthroughDiv | An HTML Div Element used for assistance with pointer events capture. |
Leadtools.Controls.ImageViewer.postRender.remove | Occurs after the view is rendered. |
Leadtools.Controls.ImageViewer.postRenderItem.remove | Occurs after an item is rendered. |
Leadtools.Controls.ImageViewer.preRender.remove | Occurs before the view is rendered. |
Leadtools.Controls.ImageViewer.preRenderItem.remove | Occurs before an item is rendered. |
Leadtools.Controls.ImageViewer.processDragDropUrl | Processes the image dropped on this ImageViewer during a drag/drop operation. |
Leadtools.Controls.ImageViewer.propertyChanged.remove | Occurs when a property value in this ImageViewerchanges. |
Leadtools.Controls.ImageViewer.redirectRender.remove | Occurs when the viewer content has changed and any external controls performing live capture need to be updated. |
Leadtools.Controls.ImageViewer.render.remove | Render the view. |
Leadtools.Controls.ImageViewer.renderBackground.remove | Renders view or item background. |
Leadtools.Controls.ImageViewer.renderBorder.remove | Renders view or item border. |
Leadtools.Controls.ImageViewer.renderError.remove | Occurs when an error happens during rendering. |
Leadtools.Controls.ImageViewer.renderImage.remove | Renders the item image. |
Leadtools.Controls.ImageViewer.renderItem.remove | Occurs when an item is rendered. |
Leadtools.Controls.ImageViewer.renderItemFloater.remove | Renders the item floater. |
Leadtools.Controls.ImageViewer.renderItemFloaterRegion.remove | Renders the item floater region. |
Leadtools.Controls.ImageViewer.renderItemRegion.remove | Renders the item region. |
Leadtools.Controls.ImageViewer.renderRedirect | Render the content of the viewer to an external context. |
Leadtools.Controls.ImageViewer.renderShadow.remove | Renders view or item or drop shadow. |
Leadtools.Controls.ImageViewer.renderText.remove | Renders the item text. |
Leadtools.Controls.ImageViewer.reset | Resets the display properties to their default values (single item mode). |
Leadtools.Controls.ImageViewer.resizeElementForView | Indicates whether to resize the item element instead of scaling it for the view. |
Leadtools.Controls.ImageViewer.resizeOnTransform | Indicates whether the viewer should change the size of the scrolling area when an item is transformed. |
Leadtools.Controls.ImageViewer.restrictScroll | Indicates whether scrolling or panning the view outside the maximum range is allowed. |
Leadtools.Controls.ImageViewer.restrictScrollOffset | Ensures a scroll position is inside the minimum and maximum scroll value currently allowed. |
Leadtools.Controls.ImageViewer.reverse | Reverse the view horizontally. |
Leadtools.Controls.ImageViewer.reverseImageElement | Reverse the image horizontally without the border. |
Leadtools.Controls.ImageViewer.rotateAngle | Value of the rotation angle to use when displaying the view. |
Leadtools.Controls.ImageViewer.scaleFactor | Value of the scale factor for the view display. |
Leadtools.Controls.ImageViewer.screenDpi | Current screen resolution in dots per inch (or DPI). |
Leadtools.Controls.ImageViewer.scrollBy | Scrolls the viewer by the specified amount in pixels. |
Leadtools.Controls.ImageViewer.scrollByRestrict | Scrolls the viewer by the specified amount in pixels while always restricting the value to the current minimum and maximum allowed. |
Leadtools.Controls.ImageViewer.scrollMode | Determines how the control handles scrollbars when the current transformation results in the view area being larger thanthe control. |
Leadtools.Controls.ImageViewer.scrollOffset | Scroll offset value. |
Leadtools.Controls.ImageViewer.scrollOffsetChanged.remove | Occurs when the value of ScrollOffset changes. |
Leadtools.Controls.ImageViewer.selectedItemBackgroundColor | Selected items background color. |
Leadtools.Controls.ImageViewer.selectedItemBorderColor | Selected items border color. |
Leadtools.Controls.ImageViewer.selectedItemsChanged.remove | Occurs when any of the items inside this viewer selection state changes. |
Leadtools.Controls.ImageViewer.selectedItemTextColor | Selected items text color. |
Leadtools.Controls.ImageViewer.SetItemFloater | Sets the floater for an item. |
Leadtools.Controls.ImageViewer.sizeMode | Gets a value that determines how the control displays the view and adjusts the display automatically. |
Leadtools.Controls.ImageViewer.sync | Establishes sync groups. |
Leadtools.Controls.ImageViewer.syncId | Gets the sync ID of this image viewer. |
Leadtools.Controls.ImageViewer.tag | Object that contains data about the control. |
Leadtools.Controls.ImageViewer.textHorizontalAlignment | Specifies how to align the text inside their items horizontally. |
Leadtools.Controls.ImageViewer.textVerticalAlignment | Specifies how to align the text inside their items vertically. |
Leadtools.Controls.ImageViewer.transformChanged.remove | Occurs when the transformation matrix of the view or any of the item changes. |
Leadtools.Controls.ImageViewer.translateItemScaleFactor | Translates an item horizontally or vertically a given amount of pixels regardless of the current zoom value. |
Leadtools.Controls.ImageViewer.unsync | Removes a single viewer from the sync group. |
Leadtools.Controls.ImageViewer.unsyncGroup | Un-syncs all members of the sync group of the given sync ID. |
Leadtools.Controls.ImageViewer.updateShadowOnRotation | Indicate whether to update the CSS values for the box-shadow property of each item border element. |
Leadtools.Controls.ImageViewer.updateStyles | Inform the viewer that the CSS classes used has been changed. |
Leadtools.Controls.ImageViewer.updateTransform | Re-calculates the transformation matrices and update the view layout. |
Leadtools.Controls.ImageViewer.useDpi | Indicates whether the control must account for the physical resolution of the images when calculating the display properties. |
Leadtools.Controls.ImageViewer.useElements | Checks if the viewer is using the Elements Mode. |
Leadtools.Controls.ImageViewer.viewBorderColor | View border color. |
Leadtools.Controls.ImageViewer.viewBorderThickness | View border thickness. |
Leadtools.Controls.ImageViewer.viewBounds | Current view bounds. |
Leadtools.Controls.ImageViewer.viewDiv | Holds the item elements and shows the viewer's view margin, view padding, view border, and view box shadow. |
Leadtools.Controls.ImageViewer.viewDivHolder | Parent of the image viewer ImageViewer.ViewDiv. |
Leadtools.Controls.ImageViewer.viewDropShadow | View drop shadow properties |
Leadtools.Controls.ImageViewer.viewHorizontalAlignment | Specifies how to align the view inside the control horizontally. |
Leadtools.Controls.ImageViewer.viewLayout | View layout used by this ImageViewer. |
Leadtools.Controls.ImageViewer.viewMargin | Margins to use between the control boundary and the view. |
Leadtools.Controls.ImageViewer.viewPadding | Padding to use between the view border and the items. |
Leadtools.Controls.ImageViewer.viewSize | Current view size in pixels. |
Leadtools.Controls.ImageViewer.viewTransform | Current transformation matrix of the view. |
Leadtools.Controls.ImageViewer.viewVerticalAlignment | Specifies how to align the view inside the control vertically. |
Leadtools.Controls.ImageViewer.workingInteractiveMode | The ImageViewerInteractiveMode that is currently processing the input events (working). |
Leadtools.Controls.ImageViewer.xScaleFactor | Value of the horizontal scale factor for the view display. |
Leadtools.Controls.ImageViewer.yScaleFactor | Value of the vertical scale factor for the view display. |
Leadtools.Controls.ImageViewer.zoom | Zooms or changes the size mode of the view. |
Leadtools.Controls.ImageViewer.zoomToRect | Zooms the view to the specified rectangle. |
Leadtools.Controls.ImageViewerActiveItemInteractiveMode | - Allows you to change the current active item in the viewer using a keyboard, mouse, touch screen, or multi-touch device. |
Leadtools.Controls.ImageViewerAutoItemMode | - Specifies how to use the item in the interactive mode. |
Leadtools.Controls.ImageViewerAutoPanInteractiveMode | - Automatically pans the view when the mouse, touch screen, or multi-touch device is next to the edge. |
Leadtools.Controls.ImageViewerAutoResetOptions | - Specifies options to control which display properties get reset when an image is set into the control. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.scaleFactor | Factor used to zoom the image in the viewer around the center. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerCoordinateType | - Defines the coordinate system of a point. |
Leadtools.Controls.ImageViewerCreateOptions | - Options for creating an ImageViewer |
Leadtools.Controls.ImageViewerDragInteractiveMode | - Drags images and floaters from an image viewer using a mouse, touch screen, or multi-touch device, often to achieve Drag and Drop effects. |
Leadtools.Controls.ImageViewerDragMode | - Drag mode to use. |
Leadtools.Controls.ImageViewerDragTargetMode | - Specifies the drag target allowed by ImageViewerDragInteractiveMode |
Leadtools.Controls.ImageViewerElementsModeCreateOptions | - Elements mode-specific settings to use when creating an ImageViewer. |
Leadtools.Controls.ImageViewerElementsUpdatedEventArgs | - Data for the ElementsUpdated event. |
Leadtools.Controls.ImageViewerHorizontalViewLayout | - Defines the horizontal view layout. |
Leadtools.Controls.ImageViewerImageLoadingEventArgs | - Data for the image loading event. |
Leadtools.Controls.ImageViewerInteractiveMode.= | ImageViewerActiveItemInteractiveMode ID. |
Leadtools.Controls.ImageViewerInteractiveMode.autoDisableTransitions | Automatically disable CSS transitions while this mode is working. |
Leadtools.Controls.ImageViewerInteractiveMode.autoItemMode | Indicates how the mode updates the Item property. |
Leadtools.Controls.ImageViewerInteractiveMode.canStartWork | Gets a value that indicates whether the mode can start work. |
Leadtools.Controls.ImageViewerInteractiveMode.canWorkOnItem | Gets a value that indicate whether this mode can work on a given item. |
Leadtools.Controls.ImageViewerInteractiveMode.getItemWorkBounds | Get the work bounds of an item. |
Leadtools.Controls.ImageViewerInteractiveMode.getWorkBounds | Current work bounds for this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.hitTestState | Indicates this mode hit-test state. |
Leadtools.Controls.ImageViewerInteractiveMode.hitTestStateCursor | Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. |
Leadtools.Controls.ImageViewerInteractiveMode.id | Unique ID of this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.idleCursor | Mouse cursor to use for the idle state of this ImageViewerInteractiveMode |
Leadtools.Controls.ImageViewerInteractiveMode.imageViewer | Image Viewer for this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.interactiveService | Interactive service for this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.isDragMouseWheelEnabled | Indicates whether this mode accepts drag events originated using the mouse wheel. |
Leadtools.Controls.ImageViewerInteractiveMode.isEnabled | Indicates of this mode is currently enabled and can work. |
Leadtools.Controls.ImageViewerInteractiveMode.isStarted | Gets a value that indicate if this mode has started. |
Leadtools.Controls.ImageViewerInteractiveMode.isWorking | Gets a value that indicates whether this mode is working. |
Leadtools.Controls.ImageViewerInteractiveMode.item | Item that the mode will use as the work source. |
Leadtools.Controls.ImageViewerInteractiveMode.itemPart | Item part that this mode will use when working. |
Leadtools.Controls.ImageViewerInteractiveMode.mouseButtons | Mouse button(s) associated with this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.name | User friendly name of this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.onWorkCompleted | Indicates that this mode has completed working and raises the WorkCompleted event. |
Leadtools.Controls.ImageViewerInteractiveMode.onWorkStarted | Indicates that this mode has started working and raises the WorkStarted event. |
Leadtools.Controls.ImageViewerInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerInteractiveMode.tag | User defined data for this ImageViewerInteractiveMode |
Leadtools.Controls.ImageViewerInteractiveMode.toString | Returns the user friendly name of this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.updateAutoItem | Updates the Item property. |
Leadtools.Controls.ImageViewerInteractiveMode.workCompleted.remove | Occurs when this mode completes the work. |
Leadtools.Controls.ImageViewerInteractiveMode.workingCursor | Mouse cursor to use for the working state of this ImageViewerInteractiveMode. |
Leadtools.Controls.ImageViewerInteractiveMode.workOnBounds | Indicates whether this mode will only work if the original click or touch was in a specified bounding area. |
Leadtools.Controls.ImageViewerInteractiveMode.workStarted.remove | Occurs when this mode starts working. |
Leadtools.Controls.ImageViewerInteractiveModes | - Defines a collection of ImageViewerInteractiveMode. |
Leadtools.Controls.ImageViewerInteractiveModeTransformTarget | - An enumeration used for indicating where an [ImageViewerInteractiveMode] transformation should be applied. |
Leadtools.Controls.ImageViewerItem | - Represents an ImageViewer item containing its own image data, size and optional additional transformation. |
Leadtools.Controls.ImageViewerItemChangedEventArgs | - Data for the ItemChanged event. |
Leadtools.Controls.ImageViewerItemChangedReason | - Describes the reason why an item has been changed in the ImageViewer |
Leadtools.Controls.ImageViewerItemDragDropEventArgs | - Data for the ItemDragDrop event. |
Leadtools.Controls.ImageViewerItemDragDropOperation | - Current drag/drop operation. |
Leadtools.Controls.ImageViewerItemErrorEventArgs | - Data for the ItemError event. |
Leadtools.Controls.ImageViewerItemPart | - Defines a part of an item in ImageViewer. |
Leadtools.Controls.ImageViewerItems | - Collection of ImageViewer items. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.alwaysFillBackground | Indicates whether to fill the background of the HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.onDrawImage | Overrides ImageViewerSpyGlassInteractiveMode.OnDrawImage |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.onWorkCompleted | Overrides ImageViewerInteractiveMode.OnWorkCompleted. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.onWorkStarted | Overrides ImageViewerInteractiveMode.OnWorkStarted. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.renderRedirectOptions | Redirect options to use when drawing the this magnify glass. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.scaleFactor | Scale factor used to display the magnified image. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerNoneInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerPagerInteractiveMode | - Changes the active item using the mouse or touch. |
Leadtools.Controls.ImageViewerPanControl | - Supports displaying a scaled view of an ImageViewer into an external HTML5 Canvas Element with panning support. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.doubleTapSizeMode | Specifies how to fit the viewer when the user double click or taps. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.doubleTapZoom | Zooms the viewer using DoubleTapSizeMode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.enablePan | Indicates whether to enable panning. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.enablePinchZoom | Indicates whether to use pinch touch gesture for zooming. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.enableZoom | Indicates whether to enable zooming. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.inertiaScrollOptions | Inertia scroll options used when panning. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.isKeyboardEnabled | Indicates whether to enable panning and zooming with the keyboard. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.minimumScaleFactor | Minimum scale factor allowed. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.pageKeyModifier | Modifier key to use for panning a page. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.pan | Pans the viewer. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.TransformTarget | Indicates where the interactive mode should apply transformation changes based on received interactions. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.zoom | Zooms the viewer. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.zoomAtWorkBoundsCenter | Indicates whether the zoom origin is always the work bounds center. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.zoomKeyModifier | Modifier key to use for zooming. |
Leadtools.Controls.ImageViewerRenderEventArgs | - Contains data used for rendering the image viewer. |
Leadtools.Controls.ImageViewerRenderRedirectOptions | - Options to use with RenderRedirect to re-direct the rending of the content of the viewer to an external context. |
Leadtools.Controls.ImageViewerRubberBandEventArgs.interactiveEventArgs | Original interactive service event data that triggered this event. |
Leadtools.Controls.ImageViewerRubberBandEventArgs.isCanceled | Indicates whether the operation should be canceled. |
Leadtools.Controls.ImageViewerRubberBandEventArgs.points | Gets a list of the location points. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.backgroundStyle | Style to use for filling the shape. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.borderColor | Color to use for outlining the shape. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.borderStyle | Style to use for outlining the shape. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.borderThickness | Thickness to use for outlining the shape. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.createInteractiveModeCanvas | Create the interactive HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.destroyInteractiveModeCanvas | Destroys the interactive HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.interactiveModeCanvas | Interactive mode HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.onRubberBandCompleted | Raises the RubberBandCompleted event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.onRubberBandDelta | Raises the RubberBandDelta event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.onRubberBandStarted | Raises the RubberBandStarted event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.restrictToWorkBounds | Indicates whether this rubber band should only work on the current restricted bound set by the user. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.roundRectangleRadius | Radius of the round rectangle shape. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandCompleted.remove | Occurs when the user completes the rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandDelta.remove | Occurs when the user is performing rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.rubberBandStarted.remove | Occurs when the user starts the rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.shape | Shape to use with this rubber band mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerRubberBandShape | - Shapes used by the rubberband interactive mode. |
Leadtools.Controls.ImageViewerSelectionMode | - Defines the selection mode. |
Leadtools.Controls.ImageViewerSelectItemsInteractiveMode | - Allows selection of items using the mouse, touch or keyboard. |
Leadtools.Controls.ImageViewerSingleViewLayout | - Defines the single view layout. |
Leadtools.Controls.ImageViewerSpyGlassDrawImageEventArgs | - Contains the event data for the ImageViewerSpyGlassInteractiveMode.DrawImage event. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.alwaysFillBackground | Indicates whether to fill the background of the HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.backgroundColor | Color used to fill the spy glass background. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.borderColor | Spy glass border color. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.borderThickness | Spy glass border thickness. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.createInteractiveModeCanvas | Create the interactive HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.crosshair | Spy glass crosshair type. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.crosshairColor | Spy glass crosshair color. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.crosshairThickness | Spy glass crosshair thickness. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.destroyInteractiveModeCanvas | Destroys the interactive HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.drawImage.remove | Occurs when the spy glass is working. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.ensureVisible | Indicates whether to automatically position the spy glass over the image and not beyond the image area. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.interactiveModeCanvas | Interactive mode HTML5 Canvas Element. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.invalidate | Re-renders the spy glass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.offset | Optional offset to apply to the spy glass position. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.onDrawImage | Raises the DrawImage event. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.redirectCanvas | External HTML5 Canvas Element that can be used to re-direct the spy glass render. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Restart | Resets the [ImageViewerSpyGlassInteractiveMode] in the event of failure. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.roundRectangleRadius | Arc size of the rounded corners if the shape is ImageViewerSpyGlassShape.RoundRectangle. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.shape | Spy glass shape. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.size | Size of the spy glass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.start | Starts the mode. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.stop | Stops the mode. |
Leadtools.Controls.ImageViewerVerticalViewLayout | - Defines the vertical view layout. |
Leadtools.Controls.ImageViewerViewLayout | - Defines an ImageViewer layout controller. |
Leadtools.Controls.ImageViewerViewLayoutVector | - Holds the first and last item index of the perpendicular vector of the view layout. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode | - Zooms the image inside the viewer around the user's mouse click or touch tap. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.id | Unique ID of this mode |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.name | Name of this mode. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.onRubberBandCompleted | Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.shape | Shape to use with this rubber band mode. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.TransformTarget | Indicates where the interactive mode should apply transformation changes based on received interactions. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.direction | Direction of the drag operation. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.isCanceled | Indicates if this drag operation was canceled. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.velocity | Final horizontal and vertical velocity of the drag, if the drag was inertial. |
Leadtools.Controls.InteractiveDragDeltaEventArgs.direction | Direction of the drag operation. |
Leadtools.Controls.InteractiveDragEventArgs | - A base class for all the interactive drag events. |
Leadtools.Controls.InteractiveEventArgs.isHandled | Indicates whether this event is handled. |
Leadtools.Controls.InteractiveEventArgs.IsTouch | Indicates whether the native event was created by a touch gesture. |
Leadtools.Controls.InteractiveEventArgs.mouseButton | Mouse button that triggered this event. |
Leadtools.Controls.InteractiveEventArgs.nativeEvent | Native event associated with this event. |
Leadtools.Controls.InteractiveEventArgs.origin | Original mouse or touch position. |
Leadtools.Controls.InteractiveEventArgs.Points | An array of all points from the native event. |
Leadtools.Controls.InteractiveEventArgs.position | Current mouse or touch position. |
Leadtools.Controls.InteractiveKeyEventArgs | - Contains data for the InteractiveService.KeyDown andInteractiveService.KeyUp events. |
Leadtools.Controls.InteractiveMultiTouchEventArgs | - Defines the base class for all the multi-touch interactive events. |
Leadtools.Controls.InteractivePinchCompletedEventArgs | - Contains data for the InteractiveService.PinchCompleted event. |
Leadtools.Controls.InteractivePinchDeltaEventArgs | - Contains data for the InteractiveService.PinchDelta event. |
Leadtools.Controls.InteractivePinchStartedEventArgs | - Contains data for the InteractiveService.PinchStarted event. |
Leadtools.Controls.InteractiveService.cancelOnEscape | Indicates whether to cancel current operation when the user hits the ESC key on the keyboard. |
Leadtools.Controls.InteractiveService.checkKeyModifier | Determines if the specified key modifier is currently in a pressed state. |
Leadtools.Controls.InteractiveService.create | Creates a new instance of InteractiveService with the specified parameters. |
Leadtools.Controls.InteractiveService.createControl | Creates the interactive service. |
Leadtools.Controls.InteractiveService.deregisterGlobalModifierKeys | De-registers the global handler responsible for tracking the modifier keys status. |
Leadtools.Controls.InteractiveService.dispose | Releases all resources used by this InteractiveService. |
Leadtools.Controls.InteractiveService.doubleTap.remove | Occurs when the user double taps with the mouse or a finger. |
Leadtools.Controls.InteractiveService.doubleTapDelay | Indicates the delay in milliseconds between taps for the DoubleTap events. |
Leadtools.Controls.InteractiveService.dragCompleted.remove | Occurs when the user completes a drag operation. |
Leadtools.Controls.InteractiveService.dragDelta.remove | Occurs when the user moves the mouse or finger while dragging. |
Leadtools.Controls.InteractiveService.dragStarted.remove | Occurs when the user starts a drag operation. |
Leadtools.Controls.InteractiveService.dragStartsOnDown | Indicates whether DragStarted events should fire on mouse or touch down. |
Leadtools.Controls.InteractiveService.enableHold | Indicates whether Hold events should fire. |
Leadtools.Controls.InteractiveService.enableMouseWheel | Indicates whether mouse wheel is enabled. |
Leadtools.Controls.InteractiveService.enableSelection | Indicates whether selection of HTML elements is enabled. |
Leadtools.Controls.InteractiveService.eventsSource | Events source control or HTML element. |
Leadtools.Controls.InteractiveService.eventsTarget | Events target control or HTML element. |
Leadtools.Controls.InteractiveService.hitTestBuffer | Hit test buffer. |
Leadtools.Controls.InteractiveService.hold.remove | Occurs when the user taps and holds with the mouse or a finger. |
Leadtools.Controls.InteractiveService.holdDelay | Indicates the delay in milliseconds for the Hold events. |
Leadtools.Controls.InteractiveService.isListening | Gets a value that indicates whether the service is currently listening to the events. |
Leadtools.Controls.InteractiveService.keyDown.remove | Occurs when the user presses a key down. |
Leadtools.Controls.InteractiveService.keyUp.remove | Occurs when the user releases a key. |
Leadtools.Controls.InteractiveService.modifierKeys | The keyboard modifier keys currently down (pressed). |
Leadtools.Controls.InteractiveService.move.remove | Occurs when the user moves the mouse over the control. |
Leadtools.Controls.InteractiveService.onDoubleTap | Raises the DoubleTap event. |
Leadtools.Controls.InteractiveService.onDragCompleted | Raises the DragCompleted event. |
Leadtools.Controls.InteractiveService.onDragDelta | Raises the DragDelta event. |
Leadtools.Controls.InteractiveService.onDragStarted | Raises the DragStarted event. |
Leadtools.Controls.InteractiveService.onHold | Raises the Hold event. |
Leadtools.Controls.InteractiveService.onKeyDown | Raises the KeyDown event. |
Leadtools.Controls.InteractiveService.onKeyUp | Raises the KeyUp event. |
Leadtools.Controls.InteractiveService.onMove | Raises the Move event. |
Leadtools.Controls.InteractiveService.onPinchCompleted | Raises the PinchCompleted event. |
Leadtools.Controls.InteractiveService.onPinchDelta | Raises the PinchDelta event. |
Leadtools.Controls.InteractiveService.onPinchStarted | Raises the PinchStarted event. |
Leadtools.Controls.InteractiveService.onSizeChanged | Informs the service that the size of the target or events elements have changed. |
Leadtools.Controls.InteractiveService.onTap | Raises the Tap event. |
Leadtools.Controls.InteractiveService.owner | Owner of the service. |
Leadtools.Controls.InteractiveService.pinchCompleted.remove | Occurs when the user completes a pinch operation. |
Leadtools.Controls.InteractiveService.pinchDelta.remove | Occurs when the user moves the fingers while performing a pinch operation. |
Leadtools.Controls.InteractiveService.pinchStarted.remove | Occurs when the user starts a pinch operation. |
Leadtools.Controls.InteractiveService.pinchStartsOnDown | Indicates whether PinchStarted events should fire on mouse or touch down. |
Leadtools.Controls.InteractiveService.preventContextMenu | Indicates whether to prevent the browser context menu from appearing if activated on top of the events element. |
Leadtools.Controls.InteractiveService.registerGlobalModifierKeys | Registers the global handler responsible for tracking the modifier keys status. |
Leadtools.Controls.InteractiveService.startListening | Starts listening to the events. |
Leadtools.Controls.InteractiveService.stopListening | Stops listening to the events. |
Leadtools.Controls.InteractiveService.supportsMouse | Gets a value that indicate whether the current platform supports a mouse. |
Leadtools.Controls.InteractiveService.tap.remove | Occurs when the user performs a tap operation with either the mouse or a finger. |
Leadtools.Controls.InteractiveService.tapOnDown | Indicates whether Tap events should fire on mouse or touch down. |
Leadtools.Controls.InteractiveService.targetOffset | Events target offset. |
Leadtools.Controls.InteractiveService.userControls | User HTML elements. |
Leadtools.Controls.InterpolationEventArgs | - Data for the interpolation event. |
Leadtools.Controls.InterpolationMode | - Interpolation mode support by LEADTOOLS. |
Leadtools.Controls.InterpolationRunMode | - How interpolation will be run when active for multiple pages. |
Leadtools.Controls.InterpolationStatus | - Current interpolation status. |
Leadtools.Controls.Keys | - Specifies a key code. |
Leadtools.Controls.MouseButtons | - Specifies a mouse button. |
Leadtools.Controls.PropertyChangedEventArgs | - Contains the event data for property change events. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Controls.CoordinateType | - Indicates the coordinate type for conversions. |
Leadtools.Controls.ImageViewer.#ctor(Context) | Initializes a new Leadtools.Controls.ImageViewer with explicit parameters. |
Leadtools.Controls.ImageViewer.#ctor(Context,AttributeSet) | Initializes a new Leadtools.Controls.ImageViewer with explicit parameters. |
Leadtools.Controls.ImageViewer.#ctor(Context,AttributeSet,int) | Initializes a new Leadtools.Controls.ImageViewer with explicit parameters. |
Leadtools.Controls.ImageViewer.AllowAutoDrop | Gets or sets a value that indicates if the viewer handles drop events automatically. |
Leadtools.Controls.ImageViewer.AllowAutoDropProperty | Identifies the Leadtools.Controls.ImageViewer.AllowAutoDrop dependency property. |
Leadtools.Controls.ImageViewer.AspectRatioCorrection | Gets or sets the manual aspect ratio correction value |
Leadtools.Controls.ImageViewer.AspectRatioCorrectionProperty | Identifies the Leadtools.Controls.ImageViewer.AspectRatioCorrection dependency property. |
Leadtools.Controls.ImageViewer.BeginScroll | Indicates that the Leadtools.Controls.ImageViewer should stop obtaining the value of the auto scrollbar location. |
Leadtools.Controls.ImageViewer.BeginUpdate | Stops the viewer from being updated if any change is applied. This is useful to increase the control's speed efficiency. |
Leadtools.Controls.ImageViewer.CanScroll | Gets a value that determines if the Leadtools.Controls.ImageViewer can obtain the value of the auto scrollbar location. |
Leadtools.Controls.ImageViewer.CanUpdate | Gets a value that determines if the Leadtools.Controls.ImageViewer currently will update the image viewing transform and invalidate the display when changes are made to the control's properties or to the image. |
Leadtools.Controls.ImageViewer.CenterAtPoint(Point) | Centers the image display at the specified point. |
Leadtools.Controls.ImageViewer.ControlSize | Gets the control size. |
Leadtools.Controls.ImageViewer.ConvertPoint(CoordinateType,CoordinateType,Point) | Converts the specified point from one Leadtools.Controls.CoordinateType to another. |
Leadtools.Controls.ImageViewer.ConvertRect(CoordinateType,CoordinateType,Rect) | Converts the specified rectangle from one Leadtools.Controls.CoordinateType to another. |
Leadtools.Controls.ImageViewer.CurrentScaleFactor | Gets or sets the current scale factor for the image display. |
Leadtools.Controls.ImageViewer.CurrentXScaleFactor | Gets the actual value of the horizontal scale factor for the image display. |
Leadtools.Controls.ImageViewer.CurrentYScaleFactor | Gets the actual value of the vertical scale factor for the image display. |
Leadtools.Controls.ImageViewer.DefaultInteractiveMode | Gets or sets the Leadtools.Controls.ImageViewerInteractiveMode that the viewer control should use to process default input events. |
Leadtools.Controls.ImageViewer.DefaultInteractiveModeProperty | Identifies the Leadtools.Controls.ImageViewer.DefaultInteractiveMode dependency property. |
Leadtools.Controls.ImageViewer.DefaultZoomOrigin | Gets the origin of the default zoom point for current horizontal and vertical alignment, in control coordinates. |
Leadtools.Controls.ImageViewer.EnableDpiCorrection | Gets or sets a value that indicates whether the viewer should view images with non-uniform DPI with the correct aspect ratio. |
Leadtools.Controls.ImageViewer.EnableDpiCorrectionProperty | Identifies the Leadtools.Controls.ImageViewer.EnableDpiCorrection dependency property. |
Leadtools.Controls.ImageViewer.EndScroll | Starts the Leadtools.Controls.ImageViewer obtaining the value of the auto scrollbar location again. |
Leadtools.Controls.ImageViewer.EndUpdate | Use this method to indicate that updates to the Leadtools.Controls.ImageViewer are complete. |
Leadtools.Controls.ImageViewer.Flip | Gets or sets a value which determines if the Leadtools.Controls.ImageViewer will display the image flipped vertically. |
Leadtools.Controls.ImageViewer.FlipProperty | Identifies the Leadtools.Controls.ImageViewer.Flip dependency property. |
Leadtools.Controls.ImageViewer.GetTransform(bool) | Gets the current transformation matrix used for displaying the image with or without DPI scaling. |
Leadtools.Controls.ImageViewer.HasImage | Gets a value that indicates if the viewer currently has an image. |
Leadtools.Controls.ImageViewer.HorizontalScrollHeight | Gets the height of the horizontal scrollbar. |
Leadtools.Controls.ImageViewer.ImageChanged | Occurs when the image in the viewer changes. |
Leadtools.Controls.ImageViewer.ImageControlCenter | Gets the location of the center of the image, in control coordinates. |
Leadtools.Controls.ImageViewer.ImageControlRectangle(bool) | Gets the location and size of the image in the viewer in control coordinates. |
Leadtools.Controls.ImageViewer.ImageDpiX | Gets or sets the horizontal resolution in dots/inch (or DPI) of the image. |
Leadtools.Controls.ImageViewer.ImageDpiXProperty | Identifies the Leadtools.Controls.ImageViewer.ImageDpiX dependency property. |
Leadtools.Controls.ImageViewer.ImageDpiY | Gets or sets the vertical resolution in dots/inch (or DPI) of the image. |
Leadtools.Controls.ImageViewer.ImageDpiYProperty | Identifies the Leadtools.Controls.ImageViewer.ImageDpiY dependency property. |
Leadtools.Controls.ImageViewer.ImageError | Occurs if any error occurred inside the actual ImageSource object. |
Leadtools.Controls.ImageViewer.ImageHorizontalAlignment | Gets or sets a value that indicates the horizontal alignment for the image in this control. |
Leadtools.Controls.ImageViewer.ImageHorizontalAlignmentProperty | Identifies the Leadtools.Controls.ImageViewer.ImageHorizontalAlignment dependency property. |
Leadtools.Controls.ImageViewer.ImageSize | Gets or sets the size of the image in the viewer. |
Leadtools.Controls.ImageViewer.ImageSizeProperty | Identifies the Leadtools.Controls.ImageViewer.ImageSize dependency property. |
Leadtools.Controls.ImageViewer.ImageVerticalAlignment | Gets or sets a value that indicates the vertical alignment for the image in this control. |
Leadtools.Controls.ImageViewer.ImageVerticalAlignmentProperty | Identifies the Leadtools.Controls.ImageViewer.ImageVerticalAlignment dependency property. |
Leadtools.Controls.ImageViewer.InteractiveModeCanvas | Gets the interactive mode canvas. |
Leadtools.Controls.ImageViewer.InteractiveService | Gets or sets the Leadtools.Controls.ImageViewer.InteractiveService for this viewer control. |
Leadtools.Controls.ImageViewer.InteractiveServiceProperty | Identifies the Leadtools.Controls.ImageViewer.InteractiveService dependency property. |
Leadtools.Controls.ImageViewer.Invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. |
Leadtools.Controls.ImageViewer.MaximumScaleFactor | The maximum value for the Leadtools.Controls.ImageViewer.ScaleFactor property (1000). |
Leadtools.Controls.ImageViewer.MinimumScaleFactor | The minimum value for the Leadtools.Controls.ImageViewer.ScaleFactor property (0.001). |
Leadtools.Controls.ImageViewer.MouseWheelInteractiveMode | Gets or sets the Leadtools.Controls.ImageViewerInteractiveMode that the viewer control should use to process mouse wheel events. |
Leadtools.Controls.ImageViewer.MouseWheelInteractiveModeProperty | Identifies the Leadtools.Controls.ImageViewer.MouseWheelInteractiveMode dependency property. |
Leadtools.Controls.ImageViewer.NewImageResetOptions | Gets or sets a value that determines which properties to reset when a new image is set into the viewer. |
Leadtools.Controls.ImageViewer.NewImageResetOptionsProperty | Identifies the Leadtools.Controls.ImageViewer.NewImageResetOptions dependency property. |
Leadtools.Controls.ImageViewer.OnImageChanged(EventArgs) | Raises the Leadtools.Controls.ImageViewer.ImageChanged event. |
Leadtools.Controls.ImageViewer.OnImageError(EventArgs) | Raises the Leadtools.Controls.ImageViewer.ImageError event. |
Leadtools.Controls.ImageViewer.OnPropertyChanged(string) | Raises the Leadtools.Controls.ImageViewer.PropertyChanged event. |
Leadtools.Controls.ImageViewer.OnScrollChanged(EventArgs) | Raises the Leadtools.Controls.ImageViewer.ScrollChanged event. |
Leadtools.Controls.ImageViewer.OnTransformChanged(EventArgs) | Raises the Leadtools.Controls.ImageViewer.TransformChanged event. |
Leadtools.Controls.ImageViewer.OnWorkingInteractiveModeChanged(EventArgs) | Raises the Leadtools.Controls.ImageViewer.WorkingInteractiveModeChanged event. |
Leadtools.Controls.ImageViewer.OwnerDraw | Gets or sets a value that indicates whether the viewer should draw an image on its canvas or not. |
Leadtools.Controls.ImageViewer.OwnerDrawProperty | Identifies the Leadtools.Controls.ImageViewer.OwnerDraw dependency property. |
Leadtools.Controls.ImageViewer.PropertyChanged | Occurs when a property value in this Leadtools.Controls.ImageViewer changes. |
Leadtools.Controls.ImageViewer.RealImageSize | Gets the real width and height of the image. |
Leadtools.Controls.ImageViewer.ResizeOnRotate | Gets or sets a value that indicates whether the viewer should change the size of the scrolling area when the image is rotated. |
Leadtools.Controls.ImageViewer.RestrictHiddenScrollMode | Gets or sets a value that indicates whether scrolling or panning the image outside the maximum range is allowed. |
Leadtools.Controls.ImageViewer.RestrictHiddenScrollModeProperty | Identifies the Leadtools.Controls.ImageViewer.RestrictHiddenScrollMode dependency property. |
Leadtools.Controls.ImageViewer.Reverse | Gets or sets a value which determines if the Leadtools.Controls.ImageViewer will display the image reversed horizontally. |
Leadtools.Controls.ImageViewer.ReverseProperty | Identifies the Leadtools.Controls.ImageViewer.Reverse dependency property. |
Leadtools.Controls.ImageViewer.RotateAngle | Gets or sets the value of the rotation angle to use when displaying the image. |
Leadtools.Controls.ImageViewer.RotateAngleProperty | Identifies the Leadtools.Controls.ImageViewer.RotateAngle dependency property. |
Leadtools.Controls.ImageViewer.ScaleFactor | Gets or sets the scale factor used to display the image. |
Leadtools.Controls.ImageViewer.ScaleFactorProperty | Identifies the Leadtools.Controls.ImageViewer.ScaleFactor dependency property. |
Leadtools.Controls.ImageViewer.ScreenDpiX | Gets or sets the current screen horizontal resolution in dots per inch (or DPI). |
Leadtools.Controls.ImageViewer.ScreenDpiXProperty | Identifies the Leadtools.Controls.ImageViewer.ScreenDpiX dependency property. |
Leadtools.Controls.ImageViewer.ScreenDpiY | Gets or sets the current screen vertical resolution in dots/inch (or DPI). |
Leadtools.Controls.ImageViewer.ScreenDpiYProperty | Identifies the Leadtools.Controls.ImageViewer.ScreenDpiY dependency property. |
Leadtools.Controls.ImageViewer.ScrollBy(Point) | Scrolls the image by the specified amount. |
Leadtools.Controls.ImageViewer.ScrollChanged | Occurs when the value of Leadtools.Controls.ImageViewer.ScrollOffset changes. |
Leadtools.Controls.ImageViewer.ScrollMode | Gets or sets a value that determines how the control handles scrollbars when the current transformation results in the image being larger than the container. |
Leadtools.Controls.ImageViewer.ScrollModeProperty | Identifies the Leadtools.Controls.ImageViewer.ScrollMode dependency property. |
Leadtools.Controls.ImageViewer.ScrollOffset | Gets or sets the scroll offset value. |
Leadtools.Controls.ImageViewer.ScrollOffsetProperty | Identifies the Leadtools.Controls.ImageViewer.ScrollOffset dependency property. |
Leadtools.Controls.ImageViewer.ScrollRange | Gets the size of the current maximum scroll area. |
Leadtools.Controls.ImageViewer.SizeMode | Gets or sets a value that determines how the control displays the image and the adjusts the display automatically. |
Leadtools.Controls.ImageViewer.SizeModeProperty | Identifies the Leadtools.Controls.ImageViewer.SizeMode dependency property. |
Leadtools.Controls.ImageViewer.Source | The actual ImageSource image object |
Leadtools.Controls.ImageViewer.SourceProperty | Identifies the Leadtools.Controls.ImageViewer.Source dependency property. |
Leadtools.Controls.ImageViewer.TouchInteractiveMode | Gets or sets the Leadtools.Controls.ImageViewerInteractiveMode that the viewer control should use to process touch input events. |
Leadtools.Controls.ImageViewer.TouchInteractiveModeProperty | Identifies the Leadtools.Controls.ImageViewer.TouchInteractiveMode dependency property. |
Leadtools.Controls.ImageViewer.Transform | Gets the current transformation matrix used for displaying the image. |
Leadtools.Controls.ImageViewer.TransformChanged | Occurs when the Leadtools.Controls.ImageViewer.Transform property changes. |
Leadtools.Controls.ImageViewer.UseDpi | Gets or sets a value that indicates whether the control must account for the physical resolution of the image when calculating the display properties. |
Leadtools.Controls.ImageViewer.UseDpiProperty | Identifies the Leadtools.Controls.ImageViewer.UseDpi dependency property. |
Leadtools.Controls.ImageViewer.VerticalScrollWidth | Gets the width of the vertical scrollbar. |
Leadtools.Controls.ImageViewer.WorkingInteractiveMode | Gets the Leadtools.Controls.ImageViewerInteractiveMode that the viewer control is currently using to process input events. |
Leadtools.Controls.ImageViewer.WorkingInteractiveModeChanged | Occurs when the Leadtools.Controls.ImageViewer.WorkingInteractiveMode property changes. |
Leadtools.Controls.ImageViewer.Zoom(ImageViewerSizeMode,double,Point) | Zooms or changes the size mode of the image inside the viewer. |
Leadtools.Controls.ImageViewer.ZoomToRect(Rect) | Zooms the image to the specified rectangle. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.Start(ImageViewer) | Starts the CenterAt interactive mode. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.Stop(ImageViewer) | Stops the CenterAt interactive mode. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerDrawEvent | - (Java) - Contains data for the various Leadtools.Controls.ImageViewer draw events. |
Leadtools.Controls.ImageViewerInteractiveMode.CanStartWork(InteractiveEventArgs) | Indicates whether the mode can start work. |
Leadtools.Controls.ImageViewerInteractiveMode.ImageViewerControl | Gets the image viewer for this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.InteractiveService | Gets the interactive service for this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.IsStarted | Gets a value that indicates if this mode has started. |
Leadtools.Controls.ImageViewerInteractiveMode.IsWorking | Gets a value that indicates whether this mode is working. |
Leadtools.Controls.ImageViewerInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerInteractiveMode.OnWorkCompleted(EventArgs) | Indicates that this mode has completed working and raises the Leadtools.Controls.ImageViewerInteractiveMode.WorkCompleted event. |
Leadtools.Controls.ImageViewerInteractiveMode.OnWorkStarted(EventArgs) | Indicates that this mode has started working and raises the Leadtools.Controls.ImageViewerInteractiveMode.WorkStarted event. |
Leadtools.Controls.ImageViewerInteractiveMode.Start(ImageViewer) | Starts the interactive mode. |
Leadtools.Controls.ImageViewerInteractiveMode.Stop(ImageViewer) | Stops the interactive mode. |
Leadtools.Controls.ImageViewerInteractiveMode.WorkCompleted | Occurs when the Leadtools.Controls.ImageViewerInteractiveMode mode completes the work. |
Leadtools.Controls.ImageViewerInteractiveMode.WorkOnImageRectangle | Gets or sets a value that indicates whether to restrict the work area to the image rectangle. |
Leadtools.Controls.ImageViewerInteractiveMode.WorkStarted | Occurs when the Leadtools.Controls.ImageViewerInteractiveMode mode starts working. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.OnDrawImage | You can override this method to draw your own image on the base magnify glass rectangle available through Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.SpyRectangleShape. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.OnWorkCompleted(EventArgs) | Indicates that the work of this magnify glass interactive mode has completed. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.OnWorkStarted(EventArgs) | Indicates that the work of this magnify glass interactive mode has started. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.ScaleFactor | Gets or sets the scale factor used to display the magnified image. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.ScaleFactorProperty | Identifies the Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.ScaleFactor dependency property. |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.Start(ImageViewer) | Overrides Leadtools.Controls.ImageViewerInteractiveMode.Start(Leadtools.Controls.ImageViewer). |
Leadtools.Controls.ImageViewerMagnifyGlassInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerNewImageResetOptions | - Specifies options to control which display properties get reset when a new image is set into the control. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.Name | Gets the name of this interactive mode. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.Start(ImageViewer) | Starts the interactive mode. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.Stop(ImageViewer) | Stops the interactive mode. |
Leadtools.Controls.ImageViewerNoneInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.EnablePan | Gets or sets a value that indicates whether to enable panning. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.EnablePinchZoom | Gets or sets a value that indicates whether to enable pinch zoom. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.EnableRotate | Gets or sets a value that indicates whether to enable rotate. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.EnableZoom | Gets or sets a value that indicates whether to enable zooming. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.MinimumScaleFactor | Gets or sets the minimum scale factor allowed. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.Start(ImageViewer) | Starts the mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.Stop(ImageViewer) | Stops the mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.ZoomAtImageControlCenter | Gets or sets a value that indicates whether the zoom origin is always the control's center. |
Leadtools.Controls.ImageViewerPanZoomInteractiveMode.ZoomKeyModifier | Gets or sets the modifier key to use for zooming. |
Leadtools.Controls.ImageViewerRubberBandEventArgs.Point1 | Gets or sets the location of the first point. |
Leadtools.Controls.ImageViewerRubberBandEventArgs.Point2 | Gets or sets the location of the second point. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.BorderColor | Gets or sets the interactive mode canvas border color. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.BorderDashArray | Gets or sets the interactive mode canvas border dash array. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.BorderDashOffset | Gets or sets the interactive mode canvas border dash offset. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.BorderThickness | Gets or sets the interactive mode canvas border thickness. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted(ImageViewerRubberBandEventArgs) | Raises the Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandCompleted event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.OnRubberBandDelta(ImageViewerRubberBandEventArgs) | Raises the Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandDelta event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.OnRubberBandStarted(ImageViewerRubberBandEventArgs) | Raises the Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandStarted event. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandCompleted | Occurs when the user completes the rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandDelta | Occurs when the user is performing rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.RubberBandStarted | Occurs when the user starts the rubber banding operation. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.Start(ImageViewer) | Starts the rubber band interactive mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.Stop(ImageViewer) | Stops the rubber band interactive mode. |
Leadtools.Controls.ImageViewerRubberBandInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerScrollMode | - Determines how the control displays and uses scrollbars. |
Leadtools.Controls.ImageViewerSizeMode | - Determines how the control displays the image and the automatic adjustments of the display rectangles. |
Leadtools.Controls.ImageViewerSpyGlassDrawImageEvent | - (Java) - Contains the event data for the ImageViewerSpyGlassInteractiveMode.DrawImage listener. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.BackgroundColor | Gets or sets the spy glass background color. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.BorderColor | Gets or sets the spy glass border color. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.BorderThickness | Gets or sets the spy glass border thickness. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Crosshair | Gets or sets the spy glass crosshair type. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.CrosshairColor | Gets or sets the spy glass crosshair color. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.CrosshairThickness | Gets or sets the spy glass crosshair thickness. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.EnsureVisible | Gets or sets a value that indicates whether to automatically position the spy glass over the image and not beyond the image area. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Offset | Gets or sets optional offset to apply to the spy glass position. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.OnDrawImage | You can override this method to draw your own image on the magnify glass rectangle available through Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.SpyRectangleShape. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.RoundRectangleRadius | Gets or sets the arc size of the rounded corners if the shape is Leadtools.Controls.ImageViewerSpyGlassShape. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Shape | Gets or sets the spy glass shape. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Size | Gets or sets the size of the spy glass. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.SpyRectangleShape | Gets the spy glass rectangle object. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Start(ImageViewer) | Starts the spy glass interactive mode. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.Stop(ImageViewer) | Stops the soy glass interactive mode. |
Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.OnRubberBandCompleted(ImageViewerRubberBandEventArgs) | Overrides Leadtools.Controls.ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted(Leadtools.Controls.ImageViewerRubberBandEventArgs) |
Leadtools.Controls.ImageViewerZoomToInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.Change | Gets or sets the change between the original and current position. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.Direction | Gets or sets the direction of the drag operation. |
Leadtools.Controls.InteractiveDragCompletedEventArgs.Velocity | Gets or sets the final horizontal and vertical velocity of the drag, if the drag was inertial. |
Leadtools.Controls.InteractiveDragDeltaEventArgs.Change | Gets or sets the change between the original and current position. |
Leadtools.Controls.InteractiveDragDeltaEventArgs.Direction | Gets or sets the direction of the drag operation. |
Leadtools.Controls.InteractiveDragStartedEventArgs.Change | Gets or sets the change between the original and current position. |
Leadtools.Controls.InteractiveDragStartedEventArgs.Direction | Gets or sets the direction of the drag operation. |
Leadtools.Controls.InteractiveEventArgs.NativeEventArgs | Gets or sets the native Windows Runtime event associated with this event. |
Leadtools.Controls.InteractiveEventArgs.Origin | Gets or sets the original mouse or touch position. |
Leadtools.Controls.InteractiveEventArgs.Position | Gets or sets the current mouse or touch position. |
Leadtools.Controls.InteractiveService.#ctor(FrameworkElement,FrameworkElement) | Initializes a new instance of Leadtools.Controls.InteractiveService with the specified parameters. |
Leadtools.Controls.InteractiveService.#ctor(View) | Initializes a new Leadtools.Controls.InteractiveService with the specified View. |
Leadtools.Controls.InteractiveService.CreateControl(FrameworkElement,FrameworkElement) | Creates the interactive service. |
Leadtools.Controls.InteractiveService.Dispose | Destroys this Leadtools.Controls.InteractiveService and releases all the resources. |
Leadtools.Controls.InteractiveService.DoubleTap | Occurs when the user double taps with the mouse or a finger. |
Leadtools.Controls.InteractiveService.DragCompleted | Occurs when the user completes a drag operation. |
Leadtools.Controls.InteractiveService.DragDelta | Occurs when the user moves the mouse or finger while dragging. |
Leadtools.Controls.InteractiveService.DragStarted | Occurs when the user starts a drag operation. |
Leadtools.Controls.InteractiveService.DragStartsOnDown | Gets or sets a value that indicates whether Leadtools.Controls.InteractiveService.DragStarted events should fire on mouse or touch down. |
Leadtools.Controls.InteractiveService.Hold | Occurs when the user taps and holds with the mouse or a finger. |
Leadtools.Controls.InteractiveService.IsListening | Gets a value that indicates whether the service is currently listening to events. |
Leadtools.Controls.InteractiveService.OnDoubleTap(InteractiveEventArgs) | Raises the Leadtools.Controls.InteractiveService.DoubleTap event. |
Leadtools.Controls.InteractiveService.OnDragCompleted(InteractiveDragCompletedEventArgs) | Raises the Leadtools.Controls.InteractiveService.DragCompleted event. |
Leadtools.Controls.InteractiveService.OnDragDelta(InteractiveDragDeltaEventArgs) | Raises the Leadtools.Controls.InteractiveService.DragDelta event. |
Leadtools.Controls.InteractiveService.OnDragStarted(InteractiveDragStartedEventArgs) | Raises the Leadtools.Controls.InteractiveService.DragStarted event. |
Leadtools.Controls.InteractiveService.OnHold(InteractiveEventArgs) | Raises the Leadtools.Controls.InteractiveService.Hold event. |
Leadtools.Controls.InteractiveService.OnRightTap(InteractiveEventArgs) | Raises the Leadtools.Controls.InteractiveService.RightTap event. |
Leadtools.Controls.InteractiveService.OnTap(InteractiveEventArgs) | Raises the Leadtools.Controls.InteractiveService.Tap event. |
Leadtools.Controls.InteractiveService.Owner | Gets the owner of the service. |
Leadtools.Controls.InteractiveService.RightTap | Occurs when the user performs a right tap operation with either the mouse or a finger. |
Leadtools.Controls.InteractiveService.StartListening | Starts listening to the Leadtools.Controls.InteractiveService.TargetElement events. |
Leadtools.Controls.InteractiveService.StopListening | Stops listening to the Leadtools.Controls.InteractiveService.TargetElement events. |
Leadtools.Controls.InteractiveService.Tap | Occurs when the user performs a tap operation with either the mouse or a finger. |
Leadtools.Controls.InteractiveService.TargetElement | Gets or sets the target canvas. |
Leadtools.Controls.InteractiveService.UserElements | Gets the user views. |
Leadtools.Controls.LTBasicEvent | - (Objective-C) - Represents basic state information of the gesture event. |
Leadtools.Controls.LTBasicGestureEvent | - (Objective-C) - Represents basic event information about the state of a gesture. |
Leadtools.Controls.LTBasicGesturePhase | - (Objective-C) - Determines the state of the Basic gesture. |
Leadtools.Controls.LTBasicGestureRecognizer | - (Objective-C) - Recognizes basic gesture low level events. |
Leadtools.Controls.LTBasicGestureRecognizerDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.LTBasicGestureRecognizer_ObjectiveC delegate events. |
Leadtools.Controls.LTImageViewerDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.ImageViewer delegate events. |
Leadtools.Controls.LTImageViewerRubberBandDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.ImageViewerRubberBandInteractiveMode event delegates. |
Leadtools.Controls.LTImageViewerSpyGlassDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.ImageViewerSpyGlassInteractiveMode event delegates. |
Leadtools.Controls.LTInteractiveServiceBasicDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.InteractiveService delegate events. |
Leadtools.Controls.LTInteractiveServiceDelegate | - (Objective-C) - Contains methods for Leadtools.Controls.InteractiveService delegate events. |
Leadtools.Controls.LTInteractiveServiceMouseDelegate | - (Objective-C) - Contains events for the Leadtools.Controls.InteractiveService. |
Leadtools.Controls.LTMouseButton | - (Objective-C) - Specifies Mouse button. |
Leadtools.Controls.LTMouseEvent | - (Objective-C) - Represents basic state information of the mouse event. |
Leadtools.Controls.LTPinchEvent | - (Objective-C) - Represents basic state information of the pinch gesture event. |
Leadtools.Controls.LTRotateEvent | - (Objective-C) - Represents basic state information of the rotate gesture event. |
Leadtools.Controls.LTScrollEvent | - (Objective-C) - Represents basic state information of the scroll event. |
Leadtools.Controls.MouseButton | - Indicates a mouse button. |
Leadtools.Controls.PinchGestureEvent | - (Java) - Contains data for the Leadtools.Controls.InteractiveService.PinchGuestureListener_Java(Leadtools.InteractiveOnPinchGestureListener). |
Leadtools.Controls.RasterImageViewer | - Represents a scrollable control that displays a LEADTOOLS Leadtools.RasterImage with optional interactive UI operations. |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Controls.InteractiveService.Create(Object,Leadtools.Html.Element,Leadtools.Html.Element) | Creates a new instance of InteractiveService with the specified parameters. |
Leadtools.Controls.InteractiveService.CreateControl(Object,Leadtools.Html.Element,Leadtools.Html.Element) | Creates the interactive service. |
Leadtools.Controls.InteractiveService.HoldDelay | Gets or sets a value that indicates the delay in milliseconds for the Hold events. |
Leadtools.Controls.InteractiveService.DoubleTapDelay | Gets or sets a value that indicates the delay in milliseconds between taps for the DoubleTap events. |
Leadtools.Controls.ElementEventArgs.Create(Leadtools.Html.ElementEvent) | Creates a new instance of Leadtools.Controls.ElementEventArgs. |
Leadtools.Controls.ImageViewerRenderEventArgs.Create(Leadtools.Html.CanvasContext2D) | Constructs a new ImageViewerRenderEventArgs object with the specific context. |
Leadtools.Controls.ImageViewer.PinchInteractiveMode | Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process pinch events. |
Leadtools.Controls.ImageViewer.BackImage | Gets the background image element. |
Leadtools.Controls.ImageViewer.UseBackCanvas | Gets or sets a value that indicates whether to use the background canvas to store the image data. |
Leadtools.Controls.ImageViewer.AutoScaleBackCanvas | Gets or sets a value that indicates whether to automatically resize the background canvas if needed. |
Leadtools.Controls.ImageViewer.BackCanvasScale | Gets the optional value used to scale the current background canvas. |
Leadtools.Controls.ImageViewer.ScaleToGrayCompleted | Occurs when Leadtools.Controls.ImageViewer.ScaleToGray finishes its operation. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode | Zooms the image inside the viewer around the user mouse click or touch tap. |
Leadtools.Controls.ImageViewerInteractiveMode.RestartOnImageChange | Gets a value that indicates whether this interactive mode should re-start if the image in the viewer has changed. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode (Constructor) | Initializes a new instance of ImageViewerZoomAtInteractiveMode. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode.ToString | Returns the name of this mode. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode.Start(Leadtools.Controls.ImageViewer) | Starts the mode. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode.Stop(Leadtools.Controls.ImageViewer) | Stops the mode. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode.Name | Gets the name of this mode. |
Leadtools.Controls.ImageViewerZoomAtInteractiveMode.ScaleFactor | Gets or sets the factor used to zoom the image in the viewer around the point. |
Leadtools.Controls.ImageViewerCenterAtInteractiveMode.ScaleFactor | Gets or sets the factor used to zoom the image in the viewer around the center. |
The following library has been added to LEADTOOLS For .NET v17.5:
Namespace | Description |
---|---|
Leadtools.Controls JavaScript | Contains controls, classes, methods, properties, and events for displaying images in a WinRT (Windows Store) application including support for mouse and multi-touch (gesture) input, as well as for zooming, panning scrolling, etc. |