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

TPangoRectangle

Declaration

Source position: lazpango1.pas line 684

type TPangoRectangle = record

  x: gint;

  

  y: gint;

  

  width: gint;

  

  height: gint;

  

end;