YMKScreenPoint

class YMKScreenPoint : NSObject

A point on the device screen.

Summary

Class methods

 init(x: Float, y: Float)

Properties

var x: Float { get }
The horizontal position of the point in pixels from the left screen border

var y: Float { get }
The vertical position of the point in pixels from the top screen border

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.


Предыдущая
Следующая