VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / MultiRectangularSelectionTool Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MultiRectangularSelectionTool Class
    In This Topic
    The visual tool that allows to select an image region, which consists from multiple rectangles, in image viewer.
    Object Model
    IObjectClipboard IInteractionController ImageViewer MultiRectangularSelectionTool
    Syntax
    'Declaration
    
    Public Class MultiRectangularSelectionTool
       Inherits MultiRectangularSelectionTool(Of T)
    
    
    public class MultiRectangularSelectionTool : MultiRectangularSelectionTool<T>
    
    
    public __gc class MultiRectangularSelectionTool : public MultiRectangularSelectionTool<T*>*
    
    
    public ref class MultiRectangularSelectionTool : public MultiRectangularSelectionTool<T^>^
    
    
    Inheritance Hierarchy
    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