'Declaration Public Function New( _
ByVal baseLineX1X координата первой точки базовой линии.As System.Int32, _
ByVal baseLineY1Y координата первой точки базовой линии.As System.Int32, _
ByVal baseLineX2X координата второй точки базовой линии.As System.Int32, _
ByVal baseLineY2Y координата второй точки базовой линии.As System.Int32, _
ByVal boundingBoxXX координата ограничивающей рамки.As System.Int32, _
ByVal boundingBoxYY координата ограничивающей рамки.As System.Int32, _
ByVal boundingBoxWidthШирина ограничивающей рамки.As System.Int32, _
ByVal boundingBoxHeightВысота ограничивающей рамки.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
- X координата первой точки базовой линии.
- baseLineY1
- Y координата первой точки базовой линии.
- baseLineX2
- X координата второй точки базовой линии.
- baseLineY2
- Y координата второй точки базовой линии.
- boundingBoxX
- X координата ограничивающей рамки.
- boundingBoxY
- Y координата ограничивающей рамки.
- boundingBoxWidth
- Ширина ограничивающей рамки.
- boundingBoxHeight
- Высота ограничивающей рамки.