Function drawProgress

  • 绘制进度条

    Parameters

    • canvas: HTMLCanvasElement

      canvas 元素

    • rect: Rect

      绘制范围

    • progress: number

      进度 0-100

    • style: {
          backgroundColor: string;
          color: string;
          width: number;
      } = ...

      样式

      • backgroundColor: string
      • color: string
      • width: number

    Returns void

Generated using TypeDoc