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; |