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 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
- 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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
See Also