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 |