CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
|
#include <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.