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

ArrDataToRawImage

Create a TRawImage from passed pixel data.

Declaration

Source position: bitmaps.pas line 124

procedure ArrDataToRawImage(

  Ptr: PRGB32;

  Size: TPoint;

  out RawImage: TRawImage

);