VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / LassoSelectionRegion Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    LassoSelectionRegion Class
    In This Topic
    Represents the current selection, which is defined by a freehand polygon (lasso), in an image viewer. The selection can be moved, resized, rotated, skewed and distorted. Also the selection point list can be edited.
    Object Model
    SelectionRegionView IInteractionController IInteractionController IInteractionController LassoSelectionRegion
    Syntax
    'Declaration
    
    Public Class LassoSelectionRegion
       Inherits PolygonalSelectionRegion
    
    
    public class LassoSelectionRegion : PolygonalSelectionRegion
    
    
    public __gc class LassoSelectionRegion : public PolygonalSelectionRegion*
    
    
    public ref class LassoSelectionRegion : public PolygonalSelectionRegion^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.SelectionRegionBase
          Vintasoft.Imaging.UI.VisualTools.PolygonalSelectionRegion
             Vintasoft.Imaging.UI.VisualTools.LassoSelectionRegion

    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