VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectLocation Class / SetBoundingBox(Int32,Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetBoundingBox(Int32,Int32,Int32,Int32) Method (OcrObjectLocation)
    In This Topic
    Sets new bounding box.
    Syntax
    'Declaration
    
    Public Sub SetBoundingBox( _
    ByVal boundingBoxX
    X-coordinate, in image space, of bounding box.
    As System.Int32, _
    ByVal boundingBoxY
    Y-coordinate, in image space, of bounding box.
    As System.Int32, _
    ByVal boundingBoxWidth
    A width, in image space, of bounding box.
    As System.Int32, _
    ByVal boundingBoxHeight
    A height, in image space, of bounding box.
    As System.Int32 _
    )
    public void SetBoundingBox(
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )
    public: void SetBoundingBox(
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )
    public:
    void SetBoundingBox(
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )

    Parameters

    boundingBoxX
    X-coordinate, in image space, of bounding box.
    boundingBoxY
    Y-coordinate, in image space, of bounding box.
    boundingBoxWidth
    A width, in image space, of bounding box.
    boundingBoxHeight
    A height, in image space, of 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