[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

CopyImageData

CopyImageData - copies data from ASource to ADestination, returning True if successful.

Declaration

Source position: graphtype.pp line 261

function CopyImageData(

  AWidth: Integer;

  AHeight: Integer;

  ARowStride: Integer;

  ABPP: Word;

  ASource: Pointer;

  const ARect: TRect;

  ASourceOrder: TRawImageLineOrder;

  ADestinationOrder: TRawImageLineOrder;

  ADestinationEnd: TRawImageLineEnd;

  out ADestination: Pointer;

  out ASize: PtrUInt

):Boolean;


Version 3.2 Generated 2024-02-25 Home