LinkRect

@Serializable
data class LinkRect(val top: Double, val left: Double, val width: Double, val height: Double)

Constructors

Link copied to clipboard
constructor(top: Double, left: Double, width: Double, height: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Double
Link copied to clipboard