Poppler.Path¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Poppler.Path¶
New in version 25.06.0.
- classmethod new_from_array(points, n_points)¶
- Parameters:
points (
Poppler.Point) –n_points (
int) –
- Return type:
- copy()¶
- Returns:
a new allocated copy of self
- Return type:
Creates a copy of self.
New in version 25.06.0.
- free()¶
Frees the given
Poppler.Path.New in version 25.06.0.
- get_points()¶
- Returns:
all the points of self
- Return type:
Returns the array of points of self.
New in version 25.06.0.