VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfRectangularSelection Class / GetRectangle(Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    GetRectangle(Double,Double,Double,Double) Method (WpfRectangularSelection)
    In This Topic
    Returns a rectangle of interactive object.
    Syntax
    'Declaration
    
    Public Sub GetRectangle( _
    ByRef x0
    Left-top X coordinate of rectangle.
    As Double, _
    ByRef y0
    Left-top Y coordinate of rectangle.
    As Double, _
    ByRef x1
    Right-bottom X coordinate of rectangle.
    As Double, _
    ByRef y1
    Right-bottom Y coordinate of rectangle.
    As Double _
    )
    public void GetRectangle(
    out double x0,
    out double y0,
    out double x1,
    out double y1
    )
    public: void GetRectangle(
    [PARAMFLAG::Out] double x0,
    [PARAMFLAG::Out] double y0,
    [PARAMFLAG::Out] double x1,
    [PARAMFLAG::Out] double y1
    )
    public:
    void GetRectangle(
    [Out] double x0,
    [Out] double y0,
    [Out] double x1,
    [Out] double y1
    )

    Parameters

    x0
    Left-top X coordinate of rectangle.
    y0
    Left-top Y coordinate of rectangle.
    x1
    Right-bottom X coordinate of rectangle.
    y1
    Right-bottom Y coordinate of rectangle.
    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