contains

fun contains(x: Int, y: Int): Boolean

Check the point inside of the Barcode.

Return

true - inside, false - outside

Parameters

x

Point x coordinate

y

Point y coordinate


fun contains(point: Point): Boolean

Check the point inside of the Barcode.

Return

true - inside, false - outside

Parameters

point

Point coordinate