Gdip2 icon indicating copy to clipboard operation
Gdip2 copied to clipboard

Missing Bitmap to/from Clipboard methods

Open beornlake opened this issue 6 years ago • 1 comments

My main use case for AHK Gdip was to operate on images on the system Clipboard, but Gdip2 appears to be missing this functionality. Is there a new way to operate with the clipboard that isn't documented, or were those methods deprecated?

beornlake avatar Nov 07 '17 15:11 beornlake

Ultimately, the clipboard has nothing to do with GDI+. I would imagine that it was not included in this repo due to that fact. You should be able to fairly easily extend the bitmap class to include those functions from Gdip and build Gdip2.

kczx3 avatar Mar 25 '18 20:03 kczx3