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