Point

expect class Point : Closable

Represents a set of x/y coordinates.

actual class Point : Closable
actual class Point : Closable

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion

Functions

close
Link copied to clipboard
abstract fun close()
open override fun close()
open override fun close()

Properties

lvPointPtr
Link copied to clipboard
val lvPointPtr: CPointer<lv_point_t>?
val lvPointPtr: CPointer<lv_point_t>?
Link copied to clipboard
expect var xPos: Short

The horizontal position.

actual var xPos: Short
actual var xPos: Short
Link copied to clipboard
expect var yPos: Short

The vertical position.

actual var yPos: Short
actual var yPos: Short