Unit 'aes' Package
[Overview][Constants][Types][Procedures and functions][Index] [#tosunits]

TGRECT

Declaration

Source position: aestypes.inc line 291

type TGRECT = record

  case Integer of

    0: (

        x: SmallInt;

        y: SmallInt;

        w: SmallInt;

        h: SmallInt;

      );

    1: (

        g_x: SmallInt;

        g_y: SmallInt;

        g_w: SmallInt;

        g_h: SmallInt;

      );

end;


Documentation generated on: 2023-03-18