2010 11 30 DrawCurve GDI绘制曲线

vDrawCurve()方法 该法用光滑的曲线把给定的点连接起来,常用形式有   public void DrawCurve(Pen pen, Point[] points) 其中,Point结构类型的数组中指明各节点,默认弯曲强度为0.5,注意数组中至少要有4个元素。   public void DrawCurve(Pen pen, Point[] points, float tension)
相关文章
相关标签/搜索