大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0014 秒)
....display.cmdClasspublic class StrokeTextCmdInheritanceStrokeTextCmd Object 绘制描边文字 Public Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 StrokeTextCmd font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Numb...
来源: Laya2.0_api 发布时间: 20190513
....cmdClasspublic class FillBorderTextCmdInheritanceFillBorderTextCmd Object 绘制文本边框 Public Properties PropertyDefined By borderColor : String 定义镶边文本颜色。 FillBorderTextCmd fillColor : String 定义文本颜色,比如"#ff0000"。 FillBorderTextCmd font : String ...
来源: Laya2.0_api 发布时间: 20190513
...laya.display.cmdClasspublic class DrawLineCmdInheritanceDrawLineCmd Object 绘制单条曲线 Public Properties PropertyDefined By fromX : Number X轴开始位置。 DrawLineCmd fromY : Number Y轴开始位置。 DrawLineCmd lineColor : String 颜色。 DrawLineCmd lineWidth : Number ...
来源: Laya2.0_api 发布时间: 20190513
...cs Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有...
来源: Laya2.0_api 发布时间: 20190513