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

Tcairo_matrix_t

Declaration

Source position: lazcairo1.pas line 315

type Tcairo_matrix_t = record

  xx: Double;

  

  yx: Double;

  

  xy: Double;

  

  yy: Double;

  

  x0: Double;

  

  y0: Double;

  

end;