Poppler.Point¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
x |
r/w |
x coordinate |
|
y |
r/w |
y coordinate |
Methods¶
class |
|
|
|
|
Details¶
- class Poppler.Point¶
A
Poppler.Point
is used to describe a location point on a page- classmethod new()¶
- Returns:
a new
Poppler.Point
- Return type:
Creates a new
Poppler.Point
. It must be freed withPoppler.Point.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.Point.free
() after use.New in version 0.26.
- free()¶
Frees the memory used by self
New in version 0.26.