Transforms the point (x, y) by matrix.

cairo_matrix_transform_point(matrix, x, y)

Arguments

matrix

[cairo_matrix_t *] a #cairo_matrix_t

x

[double *] X position. An in/out parameter

y

[double *] Y position. An in/out parameter

Details

Since: 1.0

C function prototype: void cairo_matrix_transform_point (const cairo_matrix_t *matrix, double *x, double *y)

See also