Poppler.Path

Fields

None

Methods

class

new_from_array (points, n_points)

copy ()

free ()

get_points ()

Details

class Poppler.Path

New in version 25.06.0.

classmethod new_from_array(points, n_points)
Parameters:
Return type:

Poppler.Path

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.Path

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:

[Poppler.Point]

Returns the array of points of self.

New in version 25.06.0.