FramePosition

data class FramePosition(val x: Int, val y: Int)

Provides a 2D integer point with a specified x and y.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int