Method

Pango.Matrix.transform_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

 Direction: in-out
 The called function takes ownership of the data, and is responsible for freeing it
y double*
 

in/out Y position

 Direction: in-out
 The called function takes ownership of the data, and is responsible for freeing it