gpt4 book ai didi

c#/2D Graphics/DrawRectangle 大小行为

转载 作者:太空宇宙 更新时间:2023-11-03 16:39:55 24 4
gpt4 key购买 nike

private void Form1_Paint(object sender, PaintEventArgs e)
{
Pen p = new Pen(Brushes.Black, 1);
e.Graphics.DrawRectangle(p, 3, 3, 89, 30);
}

为什么这段代码会产生一个宽度为 90 像素/高度为 31 像素的框?即比请求大一个像素。顺便说一句:FillRectangle 工作正常。

最佳答案

我想这是因为该命令定义了矩形的内部尺寸并在其周围绘制了边框。

关于c#/2D Graphics/DrawRectangle 大小行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7960074/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com