[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'GfxBase' (#fpgfx)

TGfxMatrix

Declaration

Source position: gfxbase.pas line 62

type TGfxMatrix = record

  _00: Integer;

  

  _20: Integer;

  

  _11: Integer;

  

  _21: Integer;

  

end;

Description