Unit 'PXL.Types' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_asphyrepxl]

TIntRect

Declaration

Source position: PXL.Types.pas line 1265

type TIntRect = record

public

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

  

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

  

  function Empty;

  

  function Contains();

  

  function Overlaps();

  

  function Intersect();

  

  function Union();

  

  function Offset();

  

  function Inflate();

  

  class function ClipCoords();

  

  property Right: VectorInt; [rw]

  

  property Bottom: VectorInt; [rw]

  

  property BottomRight: TPoint2i; [rw]

  

  case Integer of

    0: (

        Left: VectorInt;

  

        Top: VectorInt;

  

        Width: VectorInt;

  

        Height: VectorInt;

  

      );

    1: (

        TopLeft: TPoint2i;

  

        Size: TPoint2i;

  

      );

end;



CT Web help

CodeTyphon Studio