方法
PangoMatrixtransform_point
自:1.16以来
声明 [src]
void
pango_matrix_transform_point (
const PangoMatrix* matrix,
double* x,
double* y
)
参数
matrix
-
类型:
PangoMatrix
一个
PangoMatrix
。参数可以为 NULL
。 x
-
类型:
double*
输入/输出X位置。
该参数将由函数修改。 y
-
类型:
double*
类型: 输入/输出Y位置。
该参数将由函数修改。