cairo_matrix_t_update: Update the values in a cairo_matrix_t

Description Usage Arguments See Also

View source: R/cairo--structs.R

Description

Update the values in a cairo_matrix_t

Usage

1
2
3
4
5
6
7
8
9
cairo_matrix_t_update(
  mat,
  xx = NULL,
  yx = NULL,
  xy = NULL,
  yy = NULL,
  x0 = NULL,
  y0 = NULL
)

Arguments

mat

cairo_matrix_t object to update

xx

xx component of the affine transformation

yx

yx component of the affine transformation

xy

xy component of the affine transformation

yy

yy component of the affine transformation

x0

X translation component of the affine transformation

y0

Y translation component of the affine transformation

See Also

Other struct: as.list.cairo_font_extents_t(), as.list.cairo_matrix_t(), as.list.cairo_rectangle_t(), as.list.cairo_text_extents_t(), cairo_font_extents_t(), cairo_matrix_t(), cairo_rectangle_int_t(), cairo_rectangle_t(), cairo_text_extents_t()


coolbutuseless/cairocore documentation built on Aug. 31, 2020, 12:43 a.m.