• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)

21. laya.display.cmd.DrawRectCmd [ 79%]

...ceDrawRectCmd Object 绘制矩形 Public Properties PropertyDefined By  fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawRectCmd  height : Number 矩形高度。 DrawRectCmd  lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawRectCmd  line...

来源: Laya2.0_api 发布时间: 20190513

22. 请问LayaAir如何绘制一个渐变矩形? [ 78%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2017-04-20 添加评论 免...

来源: Laya_社区 发布时间: 20170420

23. laya.display.cmd.DrawPieCmd [ 78%]

...ies PropertyDefined By  endAngle : Number 结束角度。 DrawPieCmd  fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPieCmd  lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPieCmd  lineWidth : Number (可选)边框宽度。 DrawPi...

来源: Laya2.0_api 发布时间: 20190513

24. laya.display.cmd.FillBorderTextCmd [ 77%]

...y  borderColor : String 定义镶边文本颜色。 FillBorderTextCmd  fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd  font : String 定义字体和字号,比如"20px Arial"。 FillBorderTextCmd  lineWidth : Number 镶边线条宽度。 FillBorderTextCmd  te...

来源: Laya2.0_api 发布时间: 20190513

25. 如何实现渐变填充对象呀? [ 76%]

... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2018-09-04 添加评论 免...

来源: Laya_社区 发布时间: 20180904

26. 如何在代码中new Poly [ 75%]

...   * @param points    多边形的点集合。          * @param fillColor    填充颜色,或者填充绘图的渐变对象。          * @param lineColor    (可选)边框颜色,或者填充绘图的渐变对象。          * @param lineWidth    (可选)...

来源: Laya_社区 发布时间: 20180507

27. Graphics如何设置fillStyle和strokeStyle不同透明度 [ 72%]

...   * @param points    多边形的点集合。          * @param fillColor    填充颜色,或者填充绘图的渐变对象。          * @param lineColor    (可选)边框颜色,或者填充绘图的渐变对象。          * @param lineWidth    (可选)...

来源: Laya_社区 发布时间: 20180416

28. laya.resource.NativeContext_API3.0 [ 66%]

...void Methods _drawCircle _drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor: any, lineWidth: number, vid: number): void Defined in laya/resource/NativeContext.ts:442 Parameters x: number y: number radius: number fillColor: any lineColor: any lineWidth: number vid: number Ret...

来源: Laya3.0_api 发布时间: 20231102

29. graphics绘制边框 梅点击一次旋转30°后边框位置偏移 [ 60%]

... startX, this.height, 0, this.height]; sp.graphics.drawPoly(0, 0, drawArr, fillColor, this.m_vo.c_StrokeColor, this.m_vo.c_StrokeThickness); 附件 : --> 2019-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 ...

来源: Laya_社区 发布时间: 20190910

30. 画个圆角矩形就这么难? [ 59%]

...p2 ];  //绘制圆角矩形 sp.graphics.drawPath(0, 0, path, { fillStyle: fillColor },{"strokeStyle":"#ffffff","lineWidth":"10"});  上面上你们官方的例子,这么写的结果???? 无语。圆角矩形多么常见的功能,为啥不提供个api呢?是实现不了么? 附件 :...

来源: Laya_社区 发布时间: 20190702