生成位图并绘制它们

发布于 2024-07-26 13:02:41 字数 107 浏览 5 评论 0原文

如何生成图像并用 C# 绘制它? 我正在生成一个图像,然后允许用户通过单击图像框进一步修改它。 这是一个编辑器,所以我不需要任何 directX? 生成位图并将其绘制到屏幕上的最简单方法是什么?

How do i generate an image and draw it in C#?
I am generating an image then allowing the user to further modify it by clicking the imagebox.
This is an editor so i shouldn't need any directX? whats the easiest way to generate a bitmap and draw it to screen?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

完美的未来在梦里 2024-08-02 13:02:41

您需要使用 System.Drawing、System.Text、System.Printing、System.Internal、System.Imaging、System.Drawing2D 和 System.Design 命名空间中的 GDI+ 库。

http://www.c-sharpcorner.com/UploadFile/mahesh/ gdi_plus12092005070041AM/gdi_plus.aspx

You need to use the GDI+ libraries found in the System.Drawing, System.Text, System.Printing, System.Internal , System.Imaging, System.Drawing2D and System.Design namespaces.

http://www.c-sharpcorner.com/UploadFile/mahesh/gdi_plus12092005070041AM/gdi_plus.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文