Draws contents of this canvas onto another one with typical alpha blending (Src 'over' Dest, factors are bfSrcAlpha and bfOneMinusSrcAlpha.)
public procedure DrawAlpha(const SrcRect: TRect;
DestCanvas: TImagingCanvas;
DestX: Integer;
DestY: Integer); override;