VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ImageMapTool Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    ImageMapTool Class
    In This Topic
    Represents a visual tool for displaying an interactive map for fast navigation on the image in the image viewer.
    Object Model
    ImageViewer ImageMapTool
    Syntax
    'Declaration
    
    Public Class ImageMapTool
       Inherits VisualTool
    
    
    public class ImageMapTool : VisualTool
    
    
    public __gc class ImageMapTool : public VisualTool*
    
    
    public ref class ImageMapTool : public VisualTool^
    
    
    Remarks

    Image map is a region in the image viewer.
    Image map shows the thumbnail of the image region visible in the image viewer.
    Image map can be used for fast navigation on the image in the image viewer.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.VisualTool
          Vintasoft.Imaging.UI.VisualTools.ImageMapTool

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also