CartoType iOS API 7.8.2, 2022-03-25
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 x_min
 
double y_min
 
double x_max
 
double y_max
 

Detailed Description

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

Member Data Documentation

◆ x_max

- (double) x_max
protected

The maximum X coordinate: normally the right edge.

◆ x_min

- (double) x_min
protected

The minimum X coordinate: normally the left edge.

◆ y_max

- (double) y_max
protected

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

◆ y_min

- (double) y_min
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: