C Sharp Code
Showing posts with label
WPF
.
Show all posts
Showing posts with label
WPF
.
Show all posts
Thursday, April 10, 2014
C# WPF Load Image from file
How to load image WPF:
image1.Source = new BitmapImage(new Uri(@"C:\IMAGE.JPG"));
Additional Reading at :
MSDN BitmapImage
MSDN Uri
Older Posts
Home
Subscribe to:
Posts (Atom)