大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames DrawCircleCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawCircleCmdInheritanceDrawCircleCmd Object 绘制圆形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者...
来源: Laya2.0_api 发布时间: 20190513
...ors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save sc...
来源: Laya3.0_api 发布时间: 20231115
...r height sizeGrid source width Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save sc...
来源: Laya3.0_api 发布时间: 20231115
...ors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save sc...
来源: Laya3.0_api 发布时间: 20231115
...ape(); s.graphics.lineStyle(4); s.graphics.beginFill(0xff0000); s.graphics.drawCircle(100, 100, 70); s.graphics.endFill(); s.graphics.lineStyle();//flash中不加参数是清除描边效果 s.graphics.beginFill(0xffffff); s.graphics.drawCircle(100, 100, 50); s.graphics.endFill(); addChild(s); 附...
来源: Laya_社区 发布时间: 20160101
...标不显示。 Graphics destroy():void 销毁此对象。 Graphics drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制圆形。 Graphics drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制...
来源: laya_api 发布时间: 20170929
...标不显示。 Graphics destroy():void 销毁此对象。 Graphics drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawCircleCmd 绘制圆形。 Graphics drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):Dra...
来源: Laya2.0_api 发布时间: 20190513
...ected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawCircleCmd" DrawCircleCmd Class DrawCircleCmd 绘制圆形 Hierarchy DrawCircleCmd Index Properties fillColor lineColor lineWidth percent radius x y ID Methods getBoundPoints recover Properties fillColor fillColor: any Def...
来源: Laya3.0_api 发布时间: 20231115
...17-11-09 0 0 分享 微博 QZONE 微信 gggg1010 赞同来自: sp.graphics.drawCircle(x, y, radius, null, "#FF0000", 5) 2019-07-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 rt1223103 相关问题 有没有环形倒计时的demo 可...
来源: Laya_社区 发布时间: 20171108
...以查看到API的各种矢量绘图方法。 drawRect fillText drawPath drawCircle drawPie drawLine drawLines drawPoly drawCurves ...... 下面将对这些Graphics进行讲解。 二、绘制矩形与圆角矩形 2.1 IDE绘制矩形 在Sprite对象的 Graphics 组件中,可以通过点击 + 来...
来源: Laya3.0_文档 发布时间: 20241014