Method

PangoMatrixtransform_point

Declaration [src]

void
pango_matrix_transform_point (
  const PangoMatrix* matrix,
  double* x,
  double* y
)

Description [src]

Transforms the point (x, y) by matrix.

Available since:1.16

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.