For a list of all members of this type, see RasterImageViewer members.
Public Methods
Name | Description | |
---|---|---|
BeginUpdate | Stops the viewer from being updated if any change is applied. This is useful to increase the control's speed efficiency. (Inherited from Leadtools.Controls.ImageViewer) | |
CenterAtPoint | Centers the image display at the specified point. (Inherited from Leadtools.Controls.ImageViewer) | |
ConvertPoint | Converts the specified point from one CoordinateType to another. (Inherited from Leadtools.Controls.ImageViewer) | |
ConvertRect | Converts the specified rectangle from one CoordinateType to another. (Inherited from Leadtools.Controls.ImageViewer) | |
EndUpdate | Use this method to indicate that updates to the ImageViewer are complete. (Inherited from Leadtools.Controls.ImageViewer) | |
freeRasterImage | Frees the LTRasterImage. (Inherited from Leadtools.Controls.ImageViewer) | |
GetMouseInteractiveMode | Gets the current ImageViewerInteractiveMode assigned to the specified MouseButton. (Inherited from Leadtools.Controls.ImageViewer) | |
GetTransform | Gets the current transformation matrix used for displaying the image with or without DPI scaling. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageControlRectangle | Gets the location and size of the image in the viewer in control coordinates. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageDrawListener | Occurs when the viewer is drawing the image. (Inherited from Leadtools.Controls.ImageViewer) | |
ImageViewerDrawListener | Occurs when viewer is drawing. (Inherited from Leadtools.Controls.ImageViewer) | |
Invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from Leadtools.Controls.ImageViewer) | |
OnImageChanged | Overridden.Raises the RasterImageChanged event. | |
OnTransformChanged | Raises the TransformChanged event. (Inherited from Leadtools.Controls.ImageViewer) | |
ScrollBy | Scrolls the image by the specified amount. (Inherited from Leadtools.Controls.ImageViewer) | |
scrollBy | Scrolls the image by the specified amount. (Inherited from Leadtools.Controls.ImageViewer) | |
scrollTo | Scrolls the image to the specified position. (Inherited from Leadtools.Controls.ImageViewer) | |
SetMouseInteractiveMode | Sets the current ImageViewerInteractiveMode for the specified MouseButton. (Inherited from Leadtools.Controls.ImageViewer) | |
updateImageFromBitmap | Converts the Android Bitmap in the ImageViewer.ImageBitmap property to the Leadtools.RasterImage and set it as the Image | |
UpdateImageFromSource | Re-creates the LEADTOOLS image object of this viewer from the Windows Runtime Source object. | |
Zoom | Zooms or changes the size mode of the image inside the viewer. (Inherited from Leadtools.Controls.ImageViewer) | |
ZoomToRect | Zooms the image to the specified rectangle. (Inherited from Leadtools.Controls.ImageViewer) |
Protected Methods