Unit 'LazCanvas' Package
[Overview][Types][Classes][Index] [#lcl]

TLazCanvas.AlphaBlend

Performs an AlphaBlend operation using the specified source canvas.

Declaration

Source position: lazcanvas.pas line 126

public procedure TLazCanvas.AlphaBlend(

  ASource: TLazCanvas;

  const ADestX: Integer;

  const ADestY: Integer;

  const ASourceX: Integer;

  const ASourceY: Integer;

  const ASourceWidth: Integer;

  const ASourceHeight: Integer

);