f$BitmapInsert
f$BitmapInsert
Insert an image into the active image.
The allowed image formats are Windows bitmap (.bmp), Portable Network Graphics (.png), Tagged Image File Format (.tif) or JPEG (.jpg).
You should note that the images used have the same color depth and resolution as the template. The resulting image might otherwise not appear as expected.
Please note that, when entering a path in the file name, the character "\" must be entered twice ("\\").
Syntax: | Status = f$BitmapInsert (Name, X, Y) German status = f$BitmapEinfuegen (Name, X Y) | ||
| Argument | Type | Meaning |
| Name | String | Name of the image to be inserted including path. |
| X | Integer | Position of the image to be inserted on the x-axis |
| Y | Integer | Position of the image to be inserted on the y-axis. Please note that y-coordinates run downwards along the axis. |
Result: | Integer | ||