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

TGdkRectangle

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

Declaration

Source position: lazgdk3.pas line 3680

type TGdkRectangle = object

  x: gint;

  

  y: gint;

  

  width: gint;

  

  height: gint;

  

  function equal();

  

  function intersect();

  

  procedure union();

  

end;

Inheritance

TGdkRectangle