rect Struct Reference

Page area coordinates. More...

#include <C:/Users/figor/programming/project/aspose.ocr-for-cpp/doc_gen/aspose_ocr.h>

Public Attributes

int x
 left top corner coordinate
 
int y
 left top corner coordinate
 
int width
 width in pixels
 
int height
 height in pixels
 

Detailed Description

Page area coordinates.

Member Data Documentation

◆ height

int rect::height

height in pixels

◆ width

int rect::width

width in pixels

◆ x

int rect::x

left top corner coordinate

◆ y

int rect::y

left top corner coordinate