Position constructor
Position()
Implementation
Position(
this.imageWidth,
this.imageHeight,
this.topLeftX,
this.topLeftY,
this.topRightX,
this.topRightY,
this.bottomLeftX,
this.bottomLeftY,
this.bottomRightX,
this.bottomRightY,
);