toPosition method
Implementation
Position toPosition() => Position(
imageWidth,
imageHeight,
topLeftX,
topLeftY,
topRightX,
topRightY,
bottomLeftX,
bottomLeftY,
bottomRightX,
bottomRightY,
);