AxPoint

data class AxPoint(val x: Float, val y: Float)

A point in window-space pixels — see AxRect for why that space, and why the unit is spelled out in every name here rather than left to a comment.

Constructors

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

Properties

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