大约有 67 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...asspublic class GraphicsInheritanceGraphics Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存...
来源: Laya2.0_api 发布时间: 20190513
...Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawCircleCmd lineWidth : Number (可选)边框宽度。 DrawCircleCmd radius : Number 半径...
来源: Laya2.0_api 发布时间: 20190513
...Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPolyCmd lineWidth : Number 可选)边框宽度。 DrawPolyCmd points : Array 多边形的点集...
来源: Laya2.0_api 发布时间: 20190513
...Properties PropertyDefined By fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawRectCmd height : Number 矩形高度。 DrawRectCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawRectCmd lineWidth : Number (可选)边框宽度...
来源: Laya2.0_api 发布时间: 20190513
...ber 结束角度。 DrawPieCmd fillColor : * 填充颜色,或者填充绘图的渐变对象。 DrawPieCmd lineColor : * (可选)边框颜色,或者填充绘图的渐变对象。 DrawPieCmd lineWidth : Number (可选)边框宽度。 DrawPieCmd radius : Number 扇形半径。 D...
来源: Laya2.0_api 发布时间: 20190513
...Properties PropertyDefined By lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawCurvesCmd lineWidth : Number (可选)线段宽度。 DrawCurvesCmd points : Array 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 DrawCurvesCmd x : Number 开...
来源: Laya2.0_api 发布时间: 20190513
...Properties PropertyDefined By lineColor : * 线段颜色,或者填充绘图的渐变对象。 DrawLinesCmd lineWidth : Number (可选)线段宽度。 DrawLinesCmd points : Array 线段的点集合。格式:[x1,y1,x2,y2,x3,y3...]。 DrawLinesCmd x : Number 开始绘制的X轴位置...
来源: Laya2.0_api 发布时间: 20190513
...(angle:Number, pivotX:Number = 0, pivotY:Number = 0):RotateCmd 旋转当前绘图。(推荐使用transform,性能更高) Graphics save():SaveCmd 保存当前环境的状态。 Graphics scale(scaleX:Number, scaleY:Number, pivotX:Number = 0, pivotY:Number = 0):ScaleCmd 缩放当前绘图至更大...
来源: Laya2.0_api 发布时间: 20190513
...布进行控制Browser context : Context[static] 全局离线画布上绘图的环境(非主画布)。 Browser document : *[static] [read-only] 浏览器原生 document 对象的引用。Browser height : Number[static] [read-only] 浏览器窗口物理高度。考虑了设备像素比...
来源: Laya2.0_api 发布时间: 20190513
...值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞...
来源: Laya2.0_api 发布时间: 20190513