Home > @visualization-tools/cartesian-2d > CanvasCartesian2dUpdateArgProvider
Canvas implementation of ICartesian2dUpdateArgProvider, inverts the Y direction as canvas expects the origin to be in the top left corner.
Signature:
export declare class CanvasCartesian2dUpdateArgProvider<TRequiredTraits> implements ICartesian2dUpdateArgProvider<Float64Array, TRequiredTraits>
Implements: ICartesian2dUpdateArgProvider<Float64Array, TRequiredTraits>
| Method | Modifiers | Description |
|---|---|---|
| getUpdateArg(plot, canvasDims) |