cairoTransform: cairoTransform

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

Description

Modifies the current transformation matrix (CTM) by applying matrix as an additional transformation. The new transformation of user space takes place after any existing transformation.

Usage

1

Arguments

cr

[Cairo] a cairo context

matrix

[CairoMatrix] a transformation to be applied to the user-space axes

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairoTransform in RGtk2...