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

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

1. laya.ani.GraphicsAni_API3.0 [ 100%]

...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/GraphicsAni" GraphicsAni Class GraphicsAni Graphic动画 Hierarchy Graphics GraphicsAni Index Constructors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage dra...

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

2. laya.display.Graphics_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/display/Graphics" Graphics Class Graphics Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对...

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

3. laya.display.Graphics [ 99%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames GraphicsProperties | Methods Packagelaya.displayClasspublic class GraphicsInheritanceGraphics ObjectSubclasses AutoBitmap, GraphicsGL Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者...

来源: laya_api 发布时间: 20170929

4. laya.display.Graphics [ 99%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames GraphicsProperties | Methods Packagelaya.displayClasspublic class GraphicsInheritanceGraphics Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save...

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

5. laya.ui.AutoBitmap_API3.0 [ 99%]

...了位置,宽高及九宫格的处理,供UI组件使用。 Hierarchy Graphics AutoBitmap Index Constructors constructor Properties _color uv Accessors cmds color height sizeGrid source width Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLine...

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

6. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 98%]

...图1-1所示。 (动图1-1) 在IDE中可以通过这些选项来绘制Graphics,如图1-2所示, (图1-2) LayaAir引擎中 laya.display.Graphics 类可以查看到API的各种矢量绘图方法。 drawRect fillText drawPath drawCircle drawPie drawLine drawLines drawPoly drawCurves ...... ...

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

7. 官方能否提供Graphics.fillBorderText绘制的文本的高宽 [ 94%]

官方能否提供Graphics.fillBorderText绘制的文本的高宽 我发现用Graphics.fillBorderText绘制文本 比 用Laya.HTMLDivElement显示文本的性能好像高很多,但是我却不知道绘制的文本区域的高宽,麻烦官方能提供获取高宽的方法? 2017-12-13 添加评...

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

8. 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? [ 92%]

用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

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

Graphics如何设置fillStyle和strokeStyle不同透明度 请问如果实现一个填充半透明而边框不透明的圆角矩形的绘制呢? 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 w111436...

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

10. graphics如何实现橡皮擦效果 [ 90%]

graphics如何实现橡皮擦效果 // 增加一个容器 var box = new Sprite(); // 设置容器为画布缓存 box.cacheAs = "bitmap"; this.layCanvas.addChild(box); // 绘制红色方块 var red = new Sprite(); red.graphics.drawRect(0, 0, 150, 150, "#ff0000"); box.addChild(red); // 绘制一个...

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