Matrix


Object Hierarchy:

Pango.Matrix Pango.Matrix Pango.Matrix

Description:

[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "pango_matrix_get_type ()" ) ]
[ Version ( since = "1.6" ) ]
public struct Matrix

A `PangoMatrix` specifies a transformation between user-space and device coordinates.

The transformation is given by

``` x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0; y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0; ```


Namespace: Pango
Package: pango

Content:

Methods:

Fields: