- drawProgress(canvas, rect, progress, style?): void
-
Parameters
-
canvas: HTMLCanvasElement
-
rect: Rect
-
progress: number
-
style: {
backgroundColor: string;
color: string;
width: number;
} = ...
-
backgroundColor: string
-
color: string
-
width: number
Returns void
绘制进度条