Converts this landmark to a Point in pixel coordinates.
Point toPixel(int imageWidth, int imageHeight) => Point(x, y);