TicksFrequencyRulerRenderer
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TicksFrequencyRulerRenderer(): TicksFrequencyRulerRenderer;Returns
Section titled “Returns”TicksFrequencyRulerRenderer
Properties
Section titled “Properties”| Property | Modifier | Type |
|---|---|---|
name | readonly | "ticks" |
Methods
Section titled “Methods”draw()
Section titled “draw()”draw( ctx: CanvasRenderingContext2D, input: FrequencyRulerRenderInput, frame: FrequencyRulerFrame): void;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
ctx | CanvasRenderingContext2D |
input | FrequencyRulerRenderInput |
frame | FrequencyRulerFrame |
Returns
Section titled “Returns”void