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

TRectF

Declaration

Source position: types.pp line 231

type TRectF = packed record

public

  constructor Create();

  class operator equal(TRectF,TRectF):Boolean();

  class operator notequal(TRectF,TRectF):Boolean();

  class operator add(TRectF,TRectF):TRectF();

  class operator multiply(TRectF,TRectF):TRectF();

  class operator assign(TRect):TRectF();

  class function Empty;

  class function Intersect();

  class function Union();

  function Ceiling;

  function CenterAt();

  function CenterPoint;

  function Contains();

  function EqualsTo();

  function Fit(); deprecated ;

  function FitInto();

  function IntersectsWith();

  function IsEmpty;

  function PlaceInto();

  function Round;

  function SnapToPixel();

  function Truncate;

  procedure Inflate();

  procedure NormalizeRect;

  procedure Offset();

  procedure SetLocation();

  property Width: Single; [rw]

  property Height: Single; [rw]

  property Size: TSizeF; [rw]

  property Location: TPointF; [rw]

  case Integer of

    0: (

        Left: Single;

        Top: Single;

        Right: Single;

        Bottom: Single;

      );

    1: (

        TopLeft: TPointF;

        BottomRight: TPointF;

      );

end;


Documentation generated on: Jan 30 2024