static WidthAndHeight toWidthAndHeight(Dimension d) { ret d == null ?: widthAndHeight(d.width, d.height); }