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

TPangoMatrix

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazpango1.pas line 800

type TPangoMatrix = object

  xx: gdouble;

  

  xy: gdouble;

  

  yx: gdouble;

  

  yy: gdouble;

  

  x0: gdouble;

  

  y0: gdouble;

  

  procedure concat();

  

  function copy;

  

  procedure free;

  

  function get_font_scale_factor;

  

  procedure rotate();

  

  procedure scale();

  

  procedure transform_distance();

  

  procedure transform_pixel_rectangle();

  

  procedure transform_point();

  

  procedure transform_rectangle();

  

  procedure translate();

  

end;

Inheritance

TPangoMatrix