toPixel method

Point toPixel(
  1. int imageWidth,
  2. int imageHeight
)

Converts this landmark to a Point in pixel coordinates.

Implementation

Point toPixel(int imageWidth, int imageHeight) => Point(x, y);