Method
PangoMatrixtransform_point
since: 1.16
Declaration [src]
void
pango_matrix_transform_point (
const PangoMatrix* matrix,
double* x,
double* y
)
Parameters
matrix
-
Type:
PangoMatrix
A
PangoMatrix
.The argument can be NULL
. x
-
Type:
double*
In/out X position.
The argument will be modified by the function. y
-
Type:
double*
In/out Y position.
The argument will be modified by the function.