pangoMatrixTransformPoint {RGtk2}R Documentation

pangoMatrixTransformPoint

Description

Transforms the point (x, y) by matrix.

Usage

pangoMatrixTransformPoint(object, x, y)

Arguments

object [PangoMatrix] a PangoMatrix, or NULL
x [numeric] in/out X position
y [numeric] in/out Y position

Details

Since 1.16

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]