书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 3781 个相关结果.
  • View测量、布局及绘制原理

    一、View绘制的流程框架 二、Measure流程 MeasureSpec的确定 三、Layout流程 四、Draw过程 五、总结 一、View绘制的流程框架 View的绘制是从上往下一层层迭代下来的。DecorView—>ViewGroup(—->ViewGroup)—>View ,按照这个流程从上往下,依次measure(测量),l...
  • LegendOptions

    Interface: LegendOptions<TType> Type parameters Properties align Defined in display Defined in fullSize Defined in labels Type declaration Defined in maxHeight Defined in...
  • LegendOptions

    Interface: LegendOptions<TType> Type parameters Properties align Defined in display Defined in fullSize Defined in labels Type declaration Defined in maxHeight Defined in...
  • 基于 CDN 开发

    基于 CDN 开发 介绍 插件的使用 渲染 编码 规则 转换方法 基于 CDN 开发 基于 CDN 开发,我们推荐使用 start-demo-with-cdn ,这个脚手架使用了 Webpack 的 Externals 能力,将 Eva.js 包用 CDN 的方式引入。 介绍 如果希望通过 CDN 的形式引入 Eva.js,可以使用 u...
  • Refs

    Refs Relevant examples Refs The ref keyword can be used inside of any HTML element or component to get the DOM Element that the item is attached to. This can be used to make ...
  • circle

    circle — Draw a circle Description Parameters color pos_x pos_y radius (optional) filled (optional) Return Values Examples See also circle — Draw a circle Descripti...
  • CanvasContext.scale

    CanvasContext.scale 方法参数 示例 图片示例 代码示例 CanvasContext.scale 解释 :在调用scale 方法后,之后创建的路径其横纵坐标会被缩放。多次调用scale ,倍数会相乘。 方法参数 参数名 属性 必填 默认值 说明 scaleWidth Number 是 横坐标缩放的倍数( 1 =...
  • CanvasContext.clearRect

    CanvasContext.clearRect 方法参数 示例 图片示例 代码示例 CanvasContext.clearRect 解释 :清除画布上在该矩形区域内的内容。 方法参数 参数名 属性 必填 默认值 说明 x Number 是 矩形路径左上角的 x 坐标 y Number 是 矩形路径左上角的 y 坐标 ...
  • Signature签名

    Signature 示例 基本用法 修改签字颜色和画笔粗细 Props Events Signature 签名组件。 示例 基本用法 <nut-signature @ confirm = "confirm" ></nut-signature> export default { m...
  • 使用小程序原生第三方组件和插件

    引入第三方组件 引入插件 引入插件代码包 使用插件 自定义组件 页面 js 接口 注意事项 Taro 支持使用小程序的第三方组件和插件,例如 echarts-for-weixin ,使用方式也异常的简单。 但是值得注意的是,如果在 Taro 项目引用了小程序原生的第三方组件和插件,那么该项目将不再具备多端转换的能力,例如,如果使用了微信小...