MMKVisibleRegion
|
class MMKVisibleRegion : NSObject |
Defines the visible region.
Summary
Class methods
|
 init(topLeft: MMKPoint, |
Properties
|
var topLeft: MMKPoint { get } |
|
var topRight: MMKPoint { get } |
|
var bottomLeft: MMKPoint { get } |
|
var bottomRight: MMKPoint { get } |
Class methods
init(topLeft:topRight:bottomLeft:bottomRight:)
|
 init(topLeft: MMKPoint, |
Properties
topLeft
|
var topLeft: MMKPoint { get } |
Top-left of the visible region.
topRight
|
var topRight: MMKPoint { get } |
Top-right of the visible region.
bottomLeft
|
var bottomLeft: MMKPoint { get } |
Bottom-left of the visible region.
bottomRight
|
var bottomRight: MMKPoint { get } |
Bottom-right of the visible region.