VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / PathSelectionRegion Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PathSelectionRegion Class
    In This Topic
    Represents the current selection, which is defined as a graphical path, in an image viewer. The selection can be moved, resized and rotated. Also the selection point list can be edited.
    Object Model
    SelectionRegionView IInteractionController IInteractionController IInteractionController PathSelectionRegion
    Syntax
    'Declaration
    
    Public Class PathSelectionRegion
       Inherits SelectionRegionBase
    
    
    public class PathSelectionRegion : SelectionRegionBase
    
    
    public __gc class PathSelectionRegion : public SelectionRegionBase*
    
    
    public ref class PathSelectionRegion : public SelectionRegionBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.SelectionRegionBase
          Vintasoft.Imaging.UI.VisualTools.PathSelectionRegion

    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