YMKScreenRect
|
class YMKScreenRect : NSObject |
A rectangle on the device screen.
Summary
Class methods
|
init(topLeft: YMKScreenPoint, bottomRight: YMKScreenPoint) |
Properties
|
var topLeft: YMKScreenPoint { get } |
|
var bottomRight: YMKScreenPoint { get } |
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.