CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
Protected Attributes | List of all members
CartoTypeRect Struct Reference

#import <CartoTypeBase.h>

Protected Attributes

double minX
 
double minY
 
double maxX
 
double maxY
 

Detailed Description

An axis-aligned rectangle defined using double-precision floating point values.

Member Data Documentation

◆ maxX

- (double) maxX
protected

The maximum X coordinate: normally the right edge.

◆ maxY

- (double) maxY
protected

The maximum Y coordinate: the bottom if coordinates increase downwards, otherwise the top.

◆ minX

- (double) minX
protected

The minimum X coordinate: normally the left edge.

◆ minY

- (double) minY
protected

The minimum Y coordinate: the top if coordinates increase downwards, otherwise the bottom.


The documentation for this struct was generated from the following file: