我有一些當(dāng)前的位圖實例,我正在通過System.Drawing.Graphics. 是否有可能以某種方式以更好的質(zhì)量繪制形狀?當(dāng)前圖像質(zhì)量如下所示:如您所見,有些像素在弧形邊框上看起來不太好。Graphics gr = Graphics.FromImage(bmap);//Drawing first red arcfloat redRotationAngle = CalculateRotationAngle(scaleDTO.startValue, scaleDTO.endValue, scaleDTO.redFinishTag);gr.DrawArc(redPen, x, y, width, height, StartScaleAngle, redRotationAngle);
- 1 回答
- 0 關(guān)注
- 177 瀏覽
添加回答
舉報
0/150
提交
取消