c# WPF设置背景图片

1.获取网络图片

		bitmapImage = new BitmapImage();
        bitmapImage.BeginInit();
        bitmapImage.UriSource = new Uri(@"http://xuzhongwai.top/approve/photo/2019120404021650fb2297ef6346348b554ad9fce5f9e4.jpg", UriKind.

你可能感兴趣的:(C#,WPF,背景图,渲染控件,网络图片)