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

Create

Declaration

Source position: typshrdh.inc line 118

constructor TRect.Create(

  Origin: TPoint

);

constructor TRect.Create(

  Origin: TPoint;

  AWidth: LongInt;

  AHeight: LongInt

);

constructor TRect.Create(

  ALeft: LongInt;

  ATop: LongInt;

  ARight: LongInt;

  ABottom: LongInt

);

constructor TRect.Create(

  P1: TPoint;

  P2: TPoint;

  Normalize: Boolean = False

);

constructor TRect.Create(

  R: TRect;

  Normalize: Boolean = False

);


Documentation generated on: Dec 15 2025