Unit 'GIS_SysUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_gaiagis]

TGRectFloat

Declaration

Source position: GIS_SysUtils.pas line 202

type TGRectFloat = packed record

  case Integer of

    0: (

        Left: Double;

  

        Top: Double;

  

        Right: Double;

  

        Bottom: Double;

  

      );

    1: (

        TopLeft: TPointDouble;

  

        BottomRight: TPointDouble;

  

      );

end;



CT Web help

CodeTyphon Studio