大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
... * @param round 矩形圆角半径。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度...
来源: Laya_社区 发布时间: 20210123
... 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
... * @param width 矩形宽度。 * @param height 矩形高度。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度。 * @param percent 位置和大小是...
来源: Laya3.0_文档 发布时间: 20241014
...e 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
...毁此对象。 AutoBitmap 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:Numbe...
来源: laya_api 发布时间: 20170929
...宽 * @param height 矩形高 * @param roundRadius 圆角半径 * @param fillColor 填充颜色 * @param borderColor 边框填充颜色 * @param borderWidth 边框大小 * @return DrawPathCmd 对象 */ public static function drawRoundRect(graghics:Graphics, x:Number, y:Number, width:Number, height:N...
来源: Laya_社区 发布时间: 20190117
...毁此对象。 AutoBitmap 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 dr...
来源: Laya2.0_api 发布时间: 20190513
...DrawCircleCmd Object 绘制圆形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineWidth : Number (可选)边框宽度。 ...
来源: Laya2.0_api 发布时间: 20190513
...rawPolyCmd Object 绘制多边形 Public Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineWidth : Number 可选)边框宽度。 DrawPol...
来源: Laya2.0_api 发布时间: 20190513