Unit 'IntfGraphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLazIntfImage.CopyPixels

Declaration

Source position: intfgraphics.pas line 255

public procedure TLazIntfImage.CopyPixels(

  ASource: TFPCustomImage;

  XDst: Integer = 0;

  YDst: Integer = 0;

  AlphaMask: Boolean = False;

  AlphaTreshold: Word = 0

); virtual;