Forum Discussion
andrew-6i6i6
13 years agoNew Contributor
Thank!
but one more thing
How can I insert screen shot into dotNET Graphics
like this
dotNET.System_Windows.Clipboard.SetImage(bitmap_source);
var picture = Sys.Clipboard;
Log.Picture(picture);
Log.Message("first img");
var sbitmap=dotNET.System_Windows.Clipboard.GetImage();
var img=dotNET.System_Drawing.Image.FromHBitmap(sbitmap);
I have problem with conversation from System.Windows.Interop.InteropBitmap
but one more thing
How can I insert screen shot into dotNET Graphics
like this
dotNET.System_Windows.Clipboard.SetImage(bitmap_source);
var picture = Sys.Clipboard;
Log.Picture(picture);
Log.Message("first img");
var sbitmap=dotNET.System_Windows.Clipboard.GetImage();
var img=dotNET.System_Drawing.Image.FromHBitmap(sbitmap);
I have problem with conversation from System.Windows.Interop.InteropBitmap