YMKScreenRect

class YMKScreenRect : NSObject

A rectangle on the device screen.

Summary

Class methods

 init(topLeft: YMKScreenPoint, bottomRight: YMKScreenPoint)

Properties

var topLeftYMKScreenPoint { get }
The position of the top left corner of the rectangle

var bottomRightYMKScreenPoint { get }
The position of the bottom right corner of the rectangle

Class methods

init(topLeft:bottomRight:)

 init(topLeft: YMKScreenPoint, bottomRight: YMKScreenPoint)


Properties

topLeft

var topLeft: YMKScreenPoint { get }

The position of the top left corner of the rectangle.


bottomRight

var bottomRight: YMKScreenPoint { get }

The position of the bottom right corner of the rectangle.


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