MMKScreenPoint
|
class MMKScreenPoint : NSObject |
A point on the device screen.
Summary
Class methods
|
 init(x: Float, y: Float) |
Properties
|
var x: Float { get } |
|
var y: Float { get } |
Class methods
init(x:y:)
|
 init(x: Float, y: Float) |
Properties
x
|
var x: Float { get } |
The horizontal position of the point in pixels from the left screen border.
y
|
var y: Float { get } |
The vertical position of the point in pixels from the top screen border.