canvasPoint method

Point canvasPoint(
  1. Point p
)

Implementation

Point canvasPoint(Point p) => Point(p.x, p.y);