I'm sure this is stupidly simple but I couldn't spot it in the wiki. Right now, my plugin is basically an image. Assuming in my code I have an image/bitmap object, how do I display it in the image control? I don't see any obvious method or property. There's a "setItems" but this needs an int.
Any pointers? I can also see "setFileName" and as a workaround I could save my image out to a file in temp and then point to the file, but that seems wrong...
Any pointers? I can also see "setFileName" and as a workaround I could save my image out to a file in temp and then point to the file, but that seems wrong...