[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'IntfGraphics' (#lcl)

TLazIntfImage.CopyPixels

Declaration

Source position: intfgraphics.pas line 253

public procedure TLazIntfImage.CopyPixels(

  ASource: TFPCustomImage;

  XDst: Integer = 0;

  YDst: Integer = 0;

  AlphaMask: Boolean = false;

  AlphaTreshold: Word = 0

); virtual;