| CartoType iOS API 9.2-12-g6c2dcf66f
    for development in Swift and Objective C for iOS and Mac OS | 
#import <CartoTypeBase.h>
| Protected Attributes | |
| double | minX | 
| double | minY | 
| double | maxX | 
| double | maxY | 
An axis-aligned rectangle defined using double-precision floating point values.
| 
 | protected | 
The maximum X coordinate: normally the right edge.
| 
 | protected | 
The maximum Y coordinate: the bottom if coordinates increase downwards, otherwise the top.
| 
 | protected | 
The minimum X coordinate: normally the left edge.
| 
 | protected | 
The minimum Y coordinate: the top if coordinates increase downwards, otherwise the bottom.