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

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

11. laya.ui.AutoBitmap_API3.0 [ 88%]

...p" AutoBitmap Class AutoBitmap AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Hierarchy Graphics AutoBitmap Index Constructors constructor Properties _color uv Accessors cmds color height sizeGrid source...

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

12. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 86%]

绘制图形一、IDE中绘制图形二、绘制矩形与圆角矩形2.1 IDE绘制矩形2.2 代码绘制矩形2.3 用drawPath绘制矩形2.4 IDE绘制圆角矩形2.5 代码绘制圆角矩形2.6 用drawPath绘制圆角矩形三、绘制圆形、椭圆与扇形3.1 IDE绘制圆形3.2 代码绘制圆...

来源: Laya3.0_文档 发布时间: 20241014

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

如何实现渐变填充对象呀? 请问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_社区 发布时间: 20180904

14. laya.display.cmd.DrawCurvesCmd [ 84%]

....display.cmdClasspublic class DrawCurvesCmdInheritanceDrawCurvesCmd Object 绘制曲线 Public Properties PropertyDefined By  lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawCurvesCmd  lineWidth : Number (可选)线段宽度。 DrawCurvesCmd  points : Array 线段的...

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

15. laya.display.cmd.DrawLinesCmd [ 84%]

...ya.display.cmdClasspublic class DrawLinesCmdInheritanceDrawLinesCmd Object 绘制连续曲线 Public Properties PropertyDefined By  lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawLinesCmd  lineWidth : Number (可选)线段宽度。 DrawLinesCmd  points : Array 线...

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

16. [分享]实现颜色渐变 [ 83%]

...渐变 一直找不到有关颜色渐变的相关方法,对着源码把绘制过程理了一遍,找到了实现方式,这是代码: this.canvas = Laya.Render.canvas; this.context = this.canvas.getContext('2d'); var my_gradient = this.context.createLinearGradient(0,0,0,1136); //创建一个...

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

17. 如何画一条渐变的线呢? [ 83%]

...;应该怎么解决,去掉红线,不让他出现 在 move 的时候绘制线,但每次只存在一条 怎么按下鼠标在页面上画一条线,跪求给点思路! 有没有办法获取Graphics画的一条线(或者曲线的)的坐标数组 为什么移动的时候,有时候会有...

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

18. graphics画出来的图形如何实现颜色渐变 [ 83%]

...代码说加载不出来资源 这个是怎么回事? new Laya.Sprite();绘制图形以后,怎么删除释放资源? 问题状态 最新活动: 2018-08-01 18:45 浏览: 2567 关注: 3 人 137*****130 • 2018-08-01 18:44 谢谢,我试了一下,但是我发现渐变的过渡很明显很生...

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

19. laya.display.cmd.DrawCircleCmd [ 80%]

....display.cmdClasspublic class DrawCircleCmdInheritanceDrawCircleCmd Object 绘制圆形 Public Properties PropertyDefined By  fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd  lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircle...

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

20. laya.display.cmd.DrawPolyCmd_API3.0 [ 78%]

... Menu Globals "laya/display/cmd/DrawPolyCmd" DrawPolyCmd Class DrawPolyCmd 绘制多边形 Hierarchy DrawPolyCmd Index Properties fillColor lineColor lineWidth points x y ID Methods recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawPolyCmd.ts:26 填充颜色,或者填充...

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