gpt4 book ai didi

c# - new Rectangle() c# 的浮点参数而不是 int 参数?

转载 作者:行者123 更新时间:2023-11-30 14:12:23 25 4
gpt4 key购买 nike

是否可以在 c# 中的 Rectangle 类中使用 float 而不是 int 作为参数?!或者我可以通过创建一个类似于 Rectangle 的新类来实现此目的的任何方式,该类采用 float 参数?

我正在尝试在 e.Graphics.DrawEllipse 中使用它。

示例:

e.Graphics.DrawEllipse(new Pen(Brushes.Black, stroke), new Rectangle(10,20,30,40);

我想使用 float 而不是 10,20,30,40。

感谢任何帮助。谢谢。

最佳答案

System.Drawing中有RectangleF类,它以单精度 float 作为参数:

http://msdn.microsoft.com/EN-US/library/kwafa1d7(v=VS.110,d=hv.2).aspx

关于c# - new Rectangle() c# 的浮点参数而不是 int 参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17835572/

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