with the Paint Brush Demo I was already able to test the Paint functionality of ImageEn. However, I would like to draw directly on the desktop. To do this, I want to create a transparent form and draw directly on it (needed for a screen recorder software).
Is this generally possible with ImageEn? The ImageEnView doesn't seem to have a "transparent" property, at least I haven't found a corresponding property.
No, TImageEnView does not support transparency, so you'd need to capture an image of the desktop and use that as your TImageEnView background layer (layer 0).