MMKScreenRect
class MMKScreenRect : NSObject |
A rectangle on the device screen.
Summary
Class methods
init(topLeft: MMKScreenPoint, bottomRight: MMKScreenPoint) |
Properties
var topLeft: MMKScreenPoint { get } |
var bottomRight: MMKScreenPoint { get } |
Class methods
init(topLeft:bottomRight:)
init(topLeft: MMKScreenPoint, bottomRight: MMKScreenPoint) |
Properties
topLeft
var topLeft: MMKScreenPoint { get } |
The position of the top left corner of the rectangle.
bottomRight
var bottomRight: MMKScreenPoint { get } |
The position of the bottom right corner of the rectangle.