OcrObjectLocation Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
В этом разделе
Инициализирует новый экземпляр класса
OcrObjectLocation.
Синтаксис
'Declaration
Public Function New( _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32, _
ByVal As System.Int32 _
)
public OcrObjectLocation(
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32
)
public: OcrObjectLocation(
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32
)
public:
OcrObjectLocation(
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32 ,
System.Int32
)
Parameters
- baseLineX1
- X координата первой точки базовой линии.
- baseLineY1
- Y координата первой точки базовой линии.
- baseLineX2
- X координата второй точки базовой линии.
- baseLineY2
- Y координата второй точки базовой линии.
- boundingBoxX
- X координата ограничивающей рамки.
- boundingBoxY
- Y координата ограничивающей рамки.
- boundingBoxWidth
- Ширина ограничивающей рамки.
- boundingBoxHeight
- Высота ограничивающей рамки.
Требования
Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Смотрите также