Declaration
procedure CopyFromMemory(SrcBuffer: Pointer; SrcWidth: Integer; SrcHeight: Integer; SrcPixelFormat: TIEPixelFormat; SrcOrigin: TIEBitmapOrigin; SrcRowLen: Integer);
Description
Copies an image from memory buffer.
| Parameter | Description |
| SrcBuffer | Source memory buffer |
| SrcWidth | Source image width |
| SrcHeight | Source image height |
| SrcPixelFormat | Source pixel format |
| SrcOrigin | Source orientation |
| SrcRowLen | Source row length |