Poppler.Point

Fields

Name

Type

Access

Description

x

float

r/w

x coordinate

y

float

r/w

y coordinate

Methods

class

new ()

copy ()

free ()

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:

Poppler.Point

Creates a new Poppler.Point. It must be freed with Poppler.Point.free() after use.

New in version 0.26.

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.Point

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.