pangoMatrixConcat {RGtk2}R Documentation

pangoMatrixConcat

Description

Changes the transformation represented by matrix to be the transformation given by first applying transformation given by new.matrix then applying the original transformation.

Usage

pangoMatrixConcat(object, new.matrix)

Arguments

object [PangoMatrix] a PangoMatrix
new.matrix [PangoMatrix] a PangoMatrix

Details

Since 1.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]