cairoSetMatrix {RGtk2}R Documentation

cairoSetMatrix

Description

Modifies the current transformation matrix (CTM) by setting it equal to matrix.

Usage

cairoSetMatrix(cr, matrix)

Arguments

cr [Cairo] a cairo context
matrix [CairoMatrix] a transformation matrix from user space to device space

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]