Gets the bounding rectangle of a zone in pixels
Function GetZoneBoundsInPixels( _
ByVal zoneIndex As Integer _
) As Leadtools.LeadRect
Leadtools.LeadRect GetZoneBoundsInPixels(
int zoneIndex
)
- (LeadRect)zoneBoundsAtIndex:(NSUInteger)index
public LeadRect getZoneBoundsInPixels(int zoneIndex)
function Leadtools.Forms.Ocr.IOcrPage.GetZoneBoundsInPixels(
zoneIndex
)
Leadtools.LeadRect GetZoneBoundsInPixels(
int zoneIndex
)
zoneIndex
The zero-based index of the zone.
A LeadRect object that contains the zone bounding rectangle in pixels.
This method returns the zone bounding rectangle in pixels based on the zone's OcrZone.Bounds value and this image DPI (DpiX and DpiY). The rectangle value returned is always in top-left coordinates.
For an example, refer to HitTestZone.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET