CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
Loading...
Searching...
No Matches
CtRect Struct Reference

#include <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: