PgMatrix.matrixTransformDistance

Transforms the distance vector (dx,dy) by matrix. This is similar to pango_matrix_transform_point() except that the translation components of the transformation are ignored. The calculation of Since 1.16

class PgMatrix
void
matrixTransformDistance
(
ref double dx
,
ref double dy
)

Parameters

dx double

in/out X component of a distance vector

dy double

yn/out Y component of a distance vector

Meta