Home > @visualization-tools/core > CanvasRendererSharedState > updateScissorRange
Where multiple ranges are provided the scissor range will be the intersection of these. Each of these must be popped of the stack individually.
Signature:
updateScissorRange(scissorRange: IReadonlyRange2d<TTypedArray> | null): void;
| Parameter | Type | Description |
|---|---|---|
| scissorRange | IReadonlyRange2d<TTypedArray> | null |
Returns:
void