Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tImage

Declaration

Source position: intuition.pas line 725

type tImage = record

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Depth: SmallInt;

  ImageData: Pointer;

  PlanePick: Byte;

  PlaneOnOff: Byte;

  NextImage: pImage;

end;


Documentation generated on: 2023-03-18