VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / EllipticalSelectionRegion Class / EllipticalSelectionRegion Constructors / EllipticalSelectionRegion Constructor(Rectangle)
Syntax Requirements SeeAlso
In This Topic
    EllipticalSelectionRegion Constructor(Rectangle)
    In This Topic
    Initializes a new instance of the EllipticalSelectionRegion class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal rect
    An ellipse bounding box.
    As System.Drawing.Rectangle _
    )
    public EllipticalSelectionRegion(
    System.Drawing.Rectangle rect
    )
    public: EllipticalSelectionRegion(
    System.Drawing.Rectangle* rect
    )
    public:
    EllipticalSelectionRegion(
    System.Drawing.Rectangle^ rect
    )

    Parameters

    rect
    An ellipse bounding box.
    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