CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.Rect Class Reference

Public Attributes

double iMinX
 
double iMinY
 
double iMaxX
 
double iMaxY
 

Detailed Description

A rectangle in two-dimensional space, aligned with the coordinate system and defined by its minimum and maximum corner coordinates.

Member Data Documentation

◆ iMaxX

double com.cartotype.Rect.iMaxX

The maximum X coordinate.

◆ iMaxY

double com.cartotype.Rect.iMaxY

The maximum Y coordinate.

◆ iMinX

double com.cartotype.Rect.iMinX

The minimum X coordinate.

◆ iMinY

double com.cartotype.Rect.iMinY

The minimum y coordinate.


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