Platform |
Win32, x64 |
Purpose |
To paste an image on to a (%gr (Graphics Region)) drawing surface using an external file. |
Syntax |
INTEGER FUNCTION IMPORT_FILE_IMAGE@( FILENAME, X, Y ) |
Description |
FILENAME is the filename to use. The file data (rather than the file name extension) determines the type of the image (.png, .jpeg, .bmp, .gif or .pcx). X and Y are pixel offsets into the %gr (Graphics Region) region. |
Return value |
The function returns a non-zero value when successful. |
See also |
EXPORT_IMAGE@, USE_GDIPLUS_IMAGE_FILES, IMPORT_BMP@, IMPORT_GIF@, IMPORT_PCX@, IMPORT_IMAGE@ |