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

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

1. Native(android)下创建二维码并显示在页面上 [ 100%]

...bitmap.compress(Bitmap.CompressFormat.JPEG, 100, baos); baos.flush(); baos.close(); byte bitmapBytes = baos.toByteArray(); result = Base64.encodeToString(bitmapBytes, Base64.DEFAULT); } } catch (IOException e) { e.printStackTrace(); } finally { try { if (baos != null) { baos.flush(); baos.close(); }...

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

2. laya.ui.ColorPicker [ 86%]

...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node  close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、...

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

3. laya.ui.ColorPicker [ 84%]

...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node  close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更...

来源: laya_api 发布时间: 20170929

4. laya.ui.ColorPicker_API3.0 [ 61%]

...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents...

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