VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / SelectionRegionBase Class
Members Object Syntax Example Hierarchy Requirements SeeAlso
In This Topic
    SelectionRegionBase Class
    In This Topic
    Provides the abstract base class for the current selection in an image viewer.
    Object Model
    SelectionRegionView IInteractionController IInteractionController IInteractionController SelectionRegionBase
    Syntax
    'Declaration
    
    Public MustInherit Class SelectionRegionBase
       Implements IPointBasedInteractiveObject, IInteractiveObject
    
    
    public abstract class SelectionRegionBase : IPointBasedInteractiveObject, IInteractiveObject
    
    
    public __gc abstract class SelectionRegionBase : IPointBasedInteractiveObject, IInteractiveObject
    
    
    public ref class SelectionRegionBase abstract : IPointBasedInteractiveObject, IInteractiveObject
    
    
    Example
    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