VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / SimpleEllipticalSelectionRegion Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
SimpleEllipticalSelectionRegion Class
In This Topic
Represents the current selection, which is defined by an ellipse, in an image viewer. The selection can be moved and resized only.
Object Model
SelectionRegionView IInteractionController IInteractionController IInteractionController SimpleEllipticalSelectionRegion
Syntax
'Declaration

Public Class SimpleEllipticalSelectionRegion
   Inherits EllipticalSelectionRegion

public class SimpleEllipticalSelectionRegion : EllipticalSelectionRegion

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.UI.VisualTools.SelectionRegionBase
      Vintasoft.Imaging.UI.VisualTools.EllipticalSelectionRegion
         Vintasoft.Imaging.UI.VisualTools.SimpleEllipticalSelectionRegion

Requirements

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

See Also