Unit 'agg_basics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_aggpas]

rect

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

Declaration

Source position: agg_basics.pas line 217

type rect = object

  x1: int;

  

  y1: int;

  

  x2: int;

  

  y2: int;

  

  constructor Construct();

  

  function normalize;

  

  function clip();

  

  function is_valid;

  

end;

Inheritance

rect

  

|

TObject



CT Web help

CodeTyphon Studio