wpf 加载项目图片的几种写法

new System.Windows.Media.Imaging.BitmapImage(
                                                    new Uri("pack://application:,,,/TeacherAssistant.Themes;component/Images/CommonBig/kejianGray2.png")),

 

 new System.Windows.Media.Imaging.BitmapImage(
                                                    new Uri("/TeacherAssistant.Themes;component/Images/CommonBig/kejianGray.png", UriKind.Relative)),

 

 new System.Windows.Media.Imaging.BitmapImage(
                                                    new Uri("pack://application:,,,/TeacherAssistant.Themes;component/Images/CommonBig/kejianGray2.png", UriKind.Absolute)),
                                         

 

posted @ 2016-11-23 10:33  莫欺  阅读(1759)  评论(0)    收藏  举报