Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 424 Bytes

set_xy.md

File metadata and controls

20 lines (13 loc) · 424 Bytes

set_xy

fpdf.set_xy(x: float, y: float)

Description

Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.

Parameters

x:

The value of the abscissa.

y:

The value of the ordinate.

See also

get_x, get_y, set_x, set_y.