TIEDrawingInfo
Declaration
TIEDrawingInfo = record
XDst: Integer; // Destination x (output canvas)
YDst: Integer; // Destination y (output canvas)
WidthDst: Integer; // Destination width (output canvas)
HeightDst: Integer; // Destination height (output canvas)
XSrc: Integer; // Source x (input bitmap)
YSrc: Integer; // Source y (input bitmap)
WidthSrc: Integer; // Source width (input bitmap)
HeightSrc: Integer; // Source height (input bitmap)
end;