pangoMatrixTransformPoint {RGtk2}R Documentation

pangoMatrixTransformPoint

Description

Transforms the point (x, y) by matrix.

Usage

pangoMatrixTransformPoint(object, x, y)

Arguments

object

a PangoMatrix, or NULL

x

in/out X position

y

in/out Y position

Details

Since 1.16

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]