Poppler.Rectangle – poppler-glib Reference Manual
Rectangle
Object Hierarchy:
Poppler.Rectangle
Poppler.Rectangle
Poppler.Rectangle
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"poppler_rectangle_get_type ()"
) ]
public
struct
Rectangle
A
Rectangle
is used to describe locations on a page and bounding boxes
Namespace:
Poppler
Package:
poppler-glib
Content:
Creation methods:
public
Rectangle
()
Methods:
public
Rectangle
?
copy
()
Creates a copy of
this
.
public
bool
find_get_ignored_hyphen
()
When using
find_text_with_options
with the
MULTILINE
flag, a match may span more than one line, and may have been formed by ignoring a hyphen at the end of the line.
public
bool
find_get_match_continued
()
When using
find_text_with_options
with the
MULTILINE
flag, a match may span more than one line and thus consist of more than one rectangle.
public
void
free
()
Frees the given
Rectangle
.
Fields:
public
double
x1
public
double
y1
public
double
x2
public
double
y2