#include <plugin_type.h>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
Definition at line 54 of file plugin_type.h.
The height of the rectangle
Definition at line 59 of file plugin_type.h.
Referenced by pdf::PDFPage::get_bounding_rectangles(), and pdf::get_content_area_in_pixel().
The width of the rectangle
Definition at line 58 of file plugin_type.h.
Referenced by pdf::PDFPage::get_bounding_rectangles(), and pdf::get_content_area_in_pixel().
The x coordinate of top left point
Definition at line 56 of file plugin_type.h.
Referenced by pdf::PDFPage::get_bounding_rectangles(), and pdf::get_content_area_in_pixel().
The y coordinate of top left point
Definition at line 57 of file plugin_type.h.
Referenced by pdf::PDFPage::get_bounding_rectangles(), and pdf::get_content_area_in_pixel().