Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_utils]

CopyImageData

Declaration

Source position: graphtype.pp line 263

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;



CT Web help

CodeTyphon Studio