AugmentContentAlignment

@JvmInline
value class AugmentContentAlignment

A normalized point relative to the Augment itself

Types

Link copied to clipboard
object Companion

Holds built-in AugmentContentAlignment instances

Properties

Link copied to clipboard
val x: Float

The x-axis value of normalized point.

Link copied to clipboard
val y: Float

The y-axis value of normalized point.

Functions

Link copied to clipboard
fun copy(x: Float = this.x, y: Float = this.y): AugmentContentAlignment