为什么我不能在Pocket PC 2003 SE模拟器中绘制曲线 [英] why i cant draw curve in pocket pc 2003 SE emulator

查看:95
本文介绍了为什么我不能在Pocket PC 2003 SE模拟器中绘制曲线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在绘画事件中声明了这个
暗淡为Drawing.Graphics = e.Graphics
我键入以下行:g.DrawCurve(pen1,curvePoints).Pen1和曲线点已声明但有错误:``DrawCurve''不是``System.Drawing.Graphics''的成员.
谢谢您的帮助!使它们紧凑的方法是从框架中删除大量的(大多数非常有用的)方法-DrawCurve是其中之一!.

您可能会发现本文的帮助: http://www.therobotgeek.net/articles/CF_Bezier_Curves.aspx [ ^ ]


i declare this in paint event
Dim g As Drawing.Graphics = e.Graphics
and i type this line:g.DrawCurve(pen1, curvePoints).Pen1 and curvepoints already declared but have error:''DrawCurve'' is not a member of ''System.Drawing.Graphics''.
Thank your help!

解决方案

Because the Compact Framework (or .NET CF, .NET CE) is just that: compact. The way they made it compact is to remove a heck of a lot of the (mostly pretty useful) methods from the framework - DrawCurve is one of them!.

You may find some help with this article: http://www.therobotgeek.net/articles/CF_Bezier_Curves.aspx[^]


这篇关于为什么我不能在Pocket PC 2003 SE模拟器中绘制曲线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆