Source position: gdktypes.pp line 695
type TGdkImage = record
thetype: TGdkImageType;
visual: PGdkVisual;
byte_order: TGdkByteOrder;
width: guint16;
height: guint16;
depth: guint16;
bpp: guint16;
bpl: guint16;
mem: gpointer;
end;