Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TImage

Declaration

Source position: intuition.pas line 471

type TImage = record

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Depth: SmallInt;

  ImageData: PWord;

  PlanePick: Byte;

  PlaneOnOff: Byte;

  NextImage: PImage;

end;


Documentation generated on: 2023-03-18