PgRenderer.setMatrix

Sets the transformation matrix that will be applied when rendering.

class PgRenderer
void
setMatrix

Parameters

matrix PgMatrix

a cairo.Matrix, or NULL to unset any existing matrix. (No matrix set is the same as setting the identity matrix.)

Meta