Either I'm not searching on quite the correct terms, or strangely no-one has asked about quite what I am looking for.
Put simply I'd like to have an image loaded into a user resizeable and moveable control (within the panel it belongs to). The image would need to have its opacity set. It should be resized via stretching if necessary no matter how the parent form or panel is resized. It should all be achievable fairly smoothly and on winforms.
I don't really want to re-invent the wheel here, and feel sure that something like this must have been done openly.
Strangely it seems difficult just to create a UserControl that's user resizeable and moveable at run time!?
I have a degree of understanding of drawing the image using ImageAttributes to reduce the opacity to the background, I am just wondering if there are useful resources for attempting the rest?
Thanks