UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

8 lines (6 loc) 217 B
import Box from '../box'; export default function rectToBox(rect) { const origin = rect.origin; const bottomRight = rect.bottomRight(); return new Box(origin.x, origin.y, bottomRight.x, bottomRight.y); }