cairoMatrixInitScale {RGtk2}R Documentation

cairoMatrixInitScale

Description

Initializes matrix to a transformation that scales by sx and sy in the X and Y dimensions, respectively.

Usage

cairoMatrixInitScale(sx, sy)

Arguments

sx [numeric] scale factor in the X direction
sy [numeric] scale factor in the Y direction

Value

A list containing the following elements:

matrix [CairoMatrix] a cairo_matrix_t

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]