Advanced Graphics for Windows GDIPlusImage Constructor

Hey All

I’ve been playing with Advanced Graphics for Windows trying to have more control with GDI+.

The GDIPlusImage object has two constructors; one with a filename as the link to the ‘picture’ and another is with a handle as the link.

I can’t find documentation or example projects other than, https://alwaysbusycorner.wordpress.com/2014/03/06/xojorealbasic-abpe-the-physics-engine/

That project uses the GDIPlusImage constructor with the filename, and at the point I’m trying to use it the image isn’t a file, simply a XOJO picture.

I’ve tried to use Picture.copyOSHandle but that hasn’t worked.

Does anyone have experience with this?

Thanks