VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrObjectLocation Class / OcrObjectLocation Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    OcrObjectLocation Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the OcrObjectLocation class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal baseLineX1
    The X-coordinate of the first point of the baseline.
    As System.Int32, _
    ByVal baseLineY1
    The Y-coordinate of the first point of the baseline.
    As System.Int32, _
    ByVal baseLineX2
    The X-coordinate of the second point of the baseline.
    As System.Int32, _
    ByVal baseLineY2
    The Y-coordinate of the second point of the baseline.
    As System.Int32, _
    ByVal boundingBoxX
    The X-coordinate of bounding box.
    As System.Int32, _
    ByVal boundingBoxY
    The Y-coordinate of bounding box.
    As System.Int32, _
    ByVal boundingBoxWidth
    The width of bounding box.
    As System.Int32, _
    ByVal boundingBoxHeight
    The height of bounding box.
    As System.Int32 _
    )
    public OcrObjectLocation(
    System.Int32 baseLineX1,
    System.Int32 baseLineY1,
    System.Int32 baseLineX2,
    System.Int32 baseLineY2,
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )
    public: OcrObjectLocation(
    System.Int32 baseLineX1,
    System.Int32 baseLineY1,
    System.Int32 baseLineX2,
    System.Int32 baseLineY2,
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )
    public:
    OcrObjectLocation(
    System.Int32 baseLineX1,
    System.Int32 baseLineY1,
    System.Int32 baseLineX2,
    System.Int32 baseLineY2,
    System.Int32 boundingBoxX,
    System.Int32 boundingBoxY,
    System.Int32 boundingBoxWidth,
    System.Int32 boundingBoxHeight
    )

    Parameters

    baseLineX1
    The X-coordinate of the first point of the baseline.
    baseLineY1
    The Y-coordinate of the first point of the baseline.
    baseLineX2
    The X-coordinate of the second point of the baseline.
    baseLineY2
    The Y-coordinate of the second point of the baseline.
    boundingBoxX
    The X-coordinate of bounding box.
    boundingBoxY
    The Y-coordinate of bounding box.
    boundingBoxWidth
    The width of bounding box.
    boundingBoxHeight
    The height 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