大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
graphics颜色填充fillColor问题 在api文档里看到 fillColor 的参数描述是这样写的 “fillColor 填充颜色,或者填充绘图的渐变对象“, 请问这里的渐变对象是什么类型? 能否举个例子说明一下。 另外现在是不是不支持用纹理填充图...
来源: Laya_社区 发布时间: 20160725
...毁此对象。 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 绘制一系列曲线。 Graphics drawLine(fromX:N...
来源: laya_api 发布时间: 20170929
... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2017-04-20 添加评论 免...
来源: Laya_社区 发布时间: 20170420
...毁此对象。 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):DrawCurvesCmd 绘制一系列曲线。 Graphics ...
来源: Laya2.0_api 发布时间: 20190513
... 350, "#ffffff") drawRect(x:Number, y:Number, width:Number, height:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 参数fillColor:* — 填充颜色,或者填充绘图的渐变对象 我找不到关于这个渐变对象的文档,例子或者教程 2018-09-04 添加评论 免...
来源: Laya_社区 发布时间: 20180904
... Returns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位置。 radius: number 半径。 fill...
来源: Laya3.0_api 发布时间: 20231115
... Returns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Inherited from Graphics.drawCircle Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位...
来源: Laya3.0_api 发布时间: 20231115
...DrawCircleCmd Object 绘制圆形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineWidth : Number (可选)边框宽度。 ...
来源: Laya2.0_api 发布时间: 20190513
...d 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 填充颜色,或者填充绘图的渐变对象。 lineColor lineColor: any Define...
来源: Laya3.0_api 发布时间: 20231115
...rawPolyCmd Object 绘制多边形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineWidth : Number 可选)边框宽度。 DrawPol...
来源: Laya2.0_api 发布时间: 20190513