生成位图并绘制它们
如何生成图像并用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 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