Translation

Learn about the translation method in Pycairo.

We'll cover the following...

Translation

Translation shifts the entire coordinate system. It is useful if we want to draw a shape in a different position, but without changing the drawing code.

We use the translate method of the Context to ...