[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Lazcairo1' (#lcl)

cairo_matrix_init

Declaration

Source position: lazcairo1.pas line 791

procedure cairo_matrix_init(

  matrix: Pcairo_matrix_t;

  xx: Double;

  yx: Double;

  xy: Double;

  yy: Double;

  x0: Double;

  y0: Double

);