toPosition method

Position toPosition()

Implementation

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