Method
PangoMatrixtransform_point
Declaration [src]
void
pango_matrix_transform_point (
const PangoMatrix* matrix,
double* x,
double* y
)
Parameters
x |
double* |
In/out X position. |
|
The argument will be modified by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
y |
double* |
In/out Y position. |
|
The argument will be modified by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |