YMKZoomRange

class YMKZoomRange : NSObject

Describes the range of zoom levels. Zooming is allowed between zMin and zMax values.

Summary

Class methods

 init(zMin: UInt, zMax: UInt)

Properties

var zMin: UInt { get }
Lower limit of zoom range, inclusive

var zMax: UInt { get }
Upper limit of zoom range, exclusive

Class methods

init(zMin:zMax:)

 init(zMin: UInt, zMax: UInt)


Properties

zMin

var zMin: UInt { get }

Lower limit of zoom range, inclusive.


zMax

var zMax: UInt { get }

Upper limit of zoom range, exclusive.


Предыдущая
Следующая