Source position: pixel_wand.inc line 24
type PixelWand = record
id: culong;
name: array [1..MaxTextExtent] of char;
exception: ExceptionInfo;
pixel: MagickPixelPacket;
count: culong;
debug: MagickBooleanType;
signature: culong;
end;