ganv_canvas_w2c_affine
void ganv_canvas_w2c_affine (GanvCanvas* canvas,
cairo_matrix_t* matrix);
Gets the affine transform that converts from world coordinates to canvas pixel coordinates.
- canvas
A canvas.
- matrix
An affine transformation matrix (return value).
- Returns