大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...ceDrawRectCmd Object 绘制矩形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawRectCmd height : Number 矩形高度。 DrawRectCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawRectCmd line...
来源: Laya2.0_api 发布时间: 20190513
... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2017-04-20 添加评论 免...
来源: Laya_社区 发布时间: 20170420
...ies PropertyDefined By endAngle : Number 结束角度。 DrawPieCmd fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPieCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPieCmd lineWidth : Number (可选)边框宽度。 DrawPi...
来源: Laya2.0_api 发布时间: 20190513
...y borderColor : String 定义镶边文本颜色。 FillBorderTextCmd fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd font : String 定义字体和字号,比如"20px Arial"。 FillBorderTextCmd lineWidth : Number 镶边线条宽度。 FillBorderTextCmd te...
来源: Laya2.0_api 发布时间: 20190513
... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2018-09-04 添加评论 免...
来源: Laya_社区 发布时间: 20180904
... * @param points 多边形的点集合。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)...
来源: Laya_社区 发布时间: 20180507
... * @param points 多边形的点集合。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)...
来源: Laya_社区 发布时间: 20180416
...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
... 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
...p2 ]; //绘制圆角矩形 sp.graphics.drawPath(0, 0, path, { fillStyle: fillColor },{"strokeStyle":"#ffffff","lineWidth":"10"}); 上面上你们官方的例子,这么写的结果???? 无语。圆角矩形多么常见的功能,为啥不提供个api呢?是实现不了么? 附件 :...
来源: Laya_社区 发布时间: 20190702