彩票走势图

VDF常见问题整理(六十):如何在WebControl中创建带有凸起的多段线并对其进行填充

翻译|使用教程|编辑:李显亮|2020-12-08 10:47:42.297|阅读 139 次

概述:本系列教程整理了VectorDraw Developer Framework(VDF)最常见问题,教程整理的很齐全,非常适合新手学习。本文将会介绍如何从另一条折线中排除一条折线并加入结果。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

VectorDraw Developer Framework(VDF)是一个用于应用程序可视化的图形引擎库。有了VDF提供的功能,您可以轻松地创建、编辑、管理、输出、输入和打印2D和3D图形文件。该库还支持许多矢量和栅格输入和输出格式,包括本地PDF和SVG导出。

点击下载VectorDraw Developer Framework


问:如何创建带有凸出的折线并在WebControl中对其进行填充?

答:示例:创建带有凸起的新折线图并对其进行阴影处理:

 var pntArray = [[0, 0, 0], [5, 5, 0], [7, 7, 0, -1], [7, 5, 0], [5, 0, 0], [0, 0, 0]];//An array of vertexes that define the polyline.Each item is an array of x,y,z,bulge. 
             // Bulge is the forth element of a vertex and it can be a negative number for clockwise arc or positive number for anti-clockwise arc.
             var pLine = vdcanvas.AddPolyline(pntArray, true);
             var ph = vdcanvas.AddPolyHatch([pLine], null, true);// add our figure in our polyhatch object
             ph.HatchProperties = vdcanvas.createNewHatchProperties("u20", vdConst.colorFromString("255,255,0,255"), vdConst.colorFromString("255,0,0,255"), 1.0, 0.0);// create new hatch properties (HatchPatternName, FillBkColor, FillColor,hatchscale,  hatchangle)
             ph.HatchProperties.DrawBoundary = true;//By default is false so the boundary is not be drawn
             vdcanvas.UpdateFig(ph);//update the figure in order to get the changes
             vdcanvas.DrawEntity(ph); // draw the figure 
             setTimeout(vdcanvas.redraw); // post a redraw in order to see the hatch on the canvas

热门文章推荐:

=======================================================

如果您对想要购买正版授权VectorDraw Developer Framework(VDF),可以联系咨询相关问题。


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP