Delphi-Quellcode:
constructor Create(const Left, Top, Right, Bottom: Integer); overload; // at x, y with width and height
constructor Create(const P1, P2: TPoint; Normalize: Boolean = False); overload; // with corners specified by p1 and p2
Macht das doch.
x = Left, y = Top, x+Width = Right, y+Height = Bottom
Rollo