YMKVisibleRegion

class YMKVisibleRegion : NSObject

Defines the visible region.

Summary

Class methods

 init(topLeft: YMKPoint,
     topRight: YMKPoint,
   bottomLeft: YMKPoint,
  bottomRight: YMKPoint)

Properties

var topLeftYMKPoint { get }
Top-left of the visible region

var topRightYMKPoint { get }
Top-right of the visible region

var bottomLeftYMKPoint { get }
Bottom-left of the visible region

var bottomRightYMKPoint { get }
Bottom-right of the visible region

Class methods

init(topLeft:topRight:bottomLeft:bottomRight:)

 init(topLeft: YMKPoint,
     topRight: YMKPoint,
   bottomLeft: YMKPoint,
  bottomRight: 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.