toAbsolute method

Coord toAbsolute(
  1. Size size
)

Implementation

Coord toAbsolute(Size size) => ($1 * size.width, $2 * size.height);