标签: c# graphics bitmap stretching
我找到了这个示例并使用了它How do you resize a Bitmap under .NET CF 2.0
然而,由于抗锯齿,我的图像看起来很糟糕。它不再像它应该看起来像素化。如何禁用抗锯齿?
答案 0 :(得分:2)
将插值模式设置为最近邻居:
g.InterPolationMode = InterpolationMode.NearestNeighbor