大约有 4 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0029 秒)
...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
...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
...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
...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