Poppler.Quadrilateral

Fields

Name

Type

Access

Description

p1

Poppler.Point

r/w

a Poppler.Point with the first vertex coordinates

p2

Poppler.Point

r/w

a Poppler.Point with the second vertex coordinates

p3

Poppler.Point

r/w

a Poppler.Point with the third vertex coordinates

p4

Poppler.Point

r/w

a Poppler.Point with the fourth vertex coordinates

Methods

class

new ()

copy ()

free ()

Details

class Poppler.Quadrilateral

A Poppler.Quadrilateral is used to describe rectangle-like polygon with arbitrary inclination on a page.

New in version 0.26.

classmethod new()
Returns:

a new Poppler.Quadrilateral.

Return type:

Poppler.Quadrilateral

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

New in version 0.26.

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.Quadrilateral

Creates a copy of self. The copy must be freed with Poppler.Quadrilateral.free() after use.

New in version 0.26.

free()

Frees the memory used by self

New in version 0.26.