Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我用 SolidBursh 画线的代码:
Brush aGradientBrush = new SolidBrush(Color.Black); gdPrintImage.DrawLine(new Pen(aGradientBrush), 20, 20, 20, 100);
但似乎这条线不是真正的纯色,请查看图片:
颜色像渐变。
这条线是实心的,宽度为 1 像素。 您正在以 3000% 的放大倍率查看生成的图像,我假设它是一个图像查看器,它在缩放时应用图像插值。 在非插值图像查看器中查看生成的图像,您会看到它是实心的。