VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / SelectionRegionViewWithImageProcessingPreview Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    SelectionRegionViewWithImageProcessingPreview Class
    In This Topic
    Represents a view of the current selection in an image viewer. The view allows to preview image processing in the image viewer.
    Object Model
    ProcessingCommandBase SelectionRegionViewWithImageProcessingPreview
    Syntax
    'Declaration
    
    Public Class SelectionRegionViewWithImageProcessingPreview
       Inherits SelectionRegionView
    
    
    public class SelectionRegionViewWithImageProcessingPreview : SelectionRegionView
    
    
    public __gc class SelectionRegionViewWithImageProcessingPreview : public SelectionRegionView*
    
    
    public ref class SelectionRegionViewWithImageProcessingPreview : public SelectionRegionView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.SelectionRegionView
          Vintasoft.Imaging.UI.VisualTools.SelectionRegionViewWithImageProcessingPreview

    Requirements

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

    See Also