cairoScale: cairoScale

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

Description

Modifies the current transformation matrix (CTM) by scaling the X and Y user-space axes by sx and sy respectively. The scaling of the axes takes place after any existing transformation of user space.

Usage

1
cairoScale(cr, sx, sy)

Arguments

cr

[Cairo] a cairo context

sx

[numeric] scale factor for the X dimension

sy

[numeric] scale factor for the Y dimension

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to cairoScale in RGtk2...