Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,071
Widok
0
06/03/2020 4:34 pm
Topic starter
example
1 Answer
0
06/03/2020 4:39 pm
Topic starter
var handle = Properties.Resources.MY_BITMAP.GetHbitmap(); var bitmapImageSource = Imaging.CreateBitmapSourceFromHBitmap(handle, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions()); img_timer.Source = bitmapImageSource;