Anchor

data class Anchor(val height: Float, val width: Float, val x: Float, val y: Float)

Represents the position and size for iOS popover presentation.

Parameters

height

Height of the anchor rectangle in points

width

Width of the anchor rectangle in points

x

x-coordinate of the anchor rectangle in points

y

y-coordinate of the anchor rectangle in points

Constructors

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

Properties

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