TFastARGB32Canvas.DrawAlpha Method
TFastARGB32Canvas Class

Draws contents of this canvas onto another one with typical alpha blending (Src 'over' Dest, factors are bfSrcAlpha and bfOneMinusSrcAlpha.)

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