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

TLazCanvas.AlphaBlend_Image

AlphaBlends the specified image onto the canvas.

Declaration

Source position: lazcanvas.pas line 130

public procedure TLazCanvas.AlphaBlend_Image(

  ASource: TFPCustomImage;

  const ADestX: Integer;

  const ADestY: Integer;

  const ASourceX: Integer;

  const ASourceY: Integer;

  const ASourceWidth: Integer;

  const ASourceHeight: Integer

);