TImagingCanvas.DrawAdd Method
TImagingCanvas Class

Draws contents of this canvas onto another one using additive blending (source and dest factors are bfOne).

Class
Pascal
public procedure DrawAdd(const SrcRect: TRect; 
                         DestCanvas: TImagingCanvas; 
                         DestX: Integer; 
                         DestY: Integer);
Related Information
You are here: Symbol Reference > Classes > TImagingCanvas Class > Methods > DrawAdd Method