Interface IWaitClockRenderer
Package: @aurigma/design-atoms
Methods
drawWaitClock(context, center, mul)
Declaration
drawWaitClock(context: CanvasRenderingContext2D, center: PointF, mul: number): void;
Parameters
| Type | Name | Description |
|---|---|---|
| CanvasRenderingContext2D | context | |
| PointF | center | |
| number | mul |
Returns
| Type | Description |
|---|---|
| void |