大约有 52 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
请问LayaAir如何绘制一个渐变矩形? 请问LayaAir如何绘制一个渐变矩形? this.graphics.drawRect(0, 0, 500, 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,...
来源: Laya_社区 发布时间: 20170420
Browser.context.createLinerGradient绘制之后不生效,是因为现在不支持颜色渐变吗? var sp = new Sprite(); var gra = Browser.context.createLinearGradient(0, 0, bw, bh); gra.addColorStop(0, '#ffaaaa'); gra.addColorStop(1, '#ffffff'); sp.graphics.drawRect(0, 0, 200, 200, gra); Laya....
来源: Laya_社区 发布时间: 20180413
...laya.display.cmdClasspublic class DrawPolyCmdInheritanceDrawPolyCmd Object 绘制多边形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyC...
来源: Laya2.0_api 发布时间: 20190513
...laya.display.cmdClasspublic class DrawRectCmdInheritanceDrawRectCmd Object 绘制矩形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawRectCmd height : Number 矩形高度。 DrawRectCmd lineColor : * (可选)边框颜色,...
来源: Laya2.0_api 发布时间: 20190513
...gelaya.display.cmdClasspublic class DrawPieCmdInheritanceDrawPieCmd Object 绘制扇形 Public Properties PropertyDefined By endAngle : Number 结束角度。 DrawPieCmd fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPieCmd lineColor : * (可选)边框颜色,...
来源: Laya2.0_api 发布时间: 20190513
... Graphics Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: Laya3.0_api 发布时间: 20231115
...raphicsGL Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: laya_api 发布时间: 20170929
...请问如果实现一个填充半透明而边框不透明的圆角矩形的绘制呢? 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 w1114367261 赞同来自: 你尝试下graphics的这个方法 /** ...
来源: Laya_社区 发布时间: 20180416
...cs.cmds Defined in laya/display/Graphics.ts:151 命令流。存储了所有绘制命令。 Returns any[] Inherited from Graphics.cmds Defined in laya/display/Graphics.ts:155 命令流。存储了所有绘制命令。 Parameters value: any[] Returns void Methods addCmd addCmd(cmd: any): any Inherited...
来源: Laya3.0_api 发布时间: 20231115
...cs Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: Laya2.0_api 发布时间: 20190513