Poppler.Quadrilateral¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
p1 |
r/w |
a |
|
p2 |
r/w |
a |
|
p3 |
r/w |
a |
|
p4 |
r/w |
a |
Methods¶
class |
|
|
|
|
Details¶
- class Poppler.Quadrilateral¶
A
Poppler.Quadrilateral
is used to describe rectangle-like polygon with arbitrary inclination on a page.New in version 0.26.
- classmethod new()¶
- Returns:
a new
Poppler.Quadrilateral
.- Return type:
Creates a new
Poppler.Quadrilateral
. It must be freed withPoppler.Quadrilateral.free
() after use.New in version 0.26.
- copy()¶
- Returns:
a new allocated copy of self
- Return type:
Creates a copy of self. The copy must be freed with
Poppler.Quadrilateral.free
() after use.New in version 0.26.
- free()¶
Frees the memory used by self
New in version 0.26.