gpt4 book ai didi

c# - 在 System.Drawing 中找不到 "Point"

转载 作者:行者123 更新时间:2023-11-30 19:26:33 27 4
gpt4 key购买 nike

据我所知,Point 存在于命名空间 System.Drawing 中,但 Visual Studio 无法找到它。

using System.Drawing;
class Flower
{
public Point Location { get; private set; }
}

错误:找不到类型或命名空间“Point”的名称

编辑 1:.Net 4.5.1

最佳答案

在解决方案资源管理器中右键单击项目的References 条目,然后单击Add Reference...

Context menu

确保您正在查找程序集 --> 框架,然后找到并选中 System.Drawing 的复选框,然后单击确定。

References

从这里开始,您可以在代码中使用System.Drawing.Point

关于c# - 在 System.Drawing 中找不到 "Point",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22417594/

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