本文介绍了如何在WPF中提高图像清晰度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何提高图像清晰度.我正在从BitmapSoure
加载图像.
how can i improve image clarity.I am loading image from BitmapSoure
.
BitmapSource imgSource = Resources.Logo;
drawingContext.DrawImage(imgSource,new Rect(Sizes.Gutter + 10,Sizes.Margin + 10,100,30));
问候,
sajith
Regards,
sajith
推荐答案
这篇关于如何在WPF中提高图像清晰度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!