Home > rc-js-util > Range2d > translateBy
Shifts the range by (dx, dy).
Signature:
translateBy(_dx: number, _dy: number): void;
Returns:
void