'Declaration Public Function New( _
ByVal baseLineX1The X-coordinate of the first point of the baseline.As System.Int32, _
ByVal baseLineY1The Y-coordinate of the first point of the baseline.As System.Int32, _
ByVal baseLineX2The X-coordinate of the second point of the baseline.As System.Int32, _
ByVal baseLineY2The Y-coordinate of the second point of the baseline.As System.Int32, _
ByVal boundingBoxXThe X-coordinate of bounding box.As System.Int32, _
ByVal boundingBoxYThe Y-coordinate of bounding box.As System.Int32, _
ByVal boundingBoxWidthThe width of bounding box.As System.Int32, _
ByVal boundingBoxHeightThe 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.