Poppler.Path¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Poppler.Path¶
Added 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.
Added in version 25.06.0.
- free()¶
Frees the given
Poppler.Path.Added in version 25.06.0.
- get_points()¶
- Returns:
all the points of self
- Return type:
Returns the array of points of self.
Added in version 25.06.0.