fromAbsolute

abstract fun fromAbsolute(point: Point): Point

Maps a Point from absolute coordinate-space un-transformed Display, into this Display's coordinate-space. The result is different form the input if the Display's transform is not Identity.

Parameters

point

to be mapped