InPaintPoint

data class InPaintPoint(val x: Float, val y: Float)(source)

Carries InPaintPoint data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard
val x: Float

Exposes the x value used by the SDAI presentation layer.

Link copied to clipboard
val y: Float

Exposes the y value used by the SDAI presentation layer.