Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# wpf image source from resource programmatically

BitmapImage image = new BitmapImage(new Uri("/MyProject;component/Images/down.png", UriKind.Relative));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wpf #image #source #resource #programmatically
ADD COMMENT
Topic
Name
5+7 =