Draws contents of this canvas onto another one using additive blending (source and dest factors are bfOne).
public procedure DrawAdd(const SrcRect: TRect;
DestCanvas: TImagingCanvas;
DestX: Integer;
DestY: Integer);