Unit 'Img32' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

TRectD

Declaration

Source position: Img32.pas line 530

type TRectD = record

public

  function IsEmpty;

  

  function Width;

  

  function Height;

  

  function Normalize;

  

  function Contains();

  

  function MidPoint;

  

  case Integer of

    0: (

        Left: Double;

  

        Top: Double;

  

        Right: Double;

  

        Bottom: Double;

  

      );

    1: (

        TopLeft: TPointD;

  

        BottomRight: TPointD;

  

      );

end;



CT Web help

CodeTyphon Studio