BarcodePosition

fun BarcodePosition(topLeft: Point, topRight: Point, bottomRight: Point, bottomLeft: Point)

Parameters

topLeft

represents x,y coordinates of the top-left corner.

topRight

represents x,y coordinates of the top-right corner.

bottomRight

represents x,y coordinates of the bottom-right corner.

bottomLeft

represents x,y coordinates of the bottom-left corner.