CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::Rect Class Reference

A grid-aligned rectangle with double-precision coordinates suitable for map points. More...

#include <CartoTypeGeometry.h>

Public Member Functions

 Rect ()
 Creates the rectangle (0,0,0,0).
 
 Rect (double aMinX, double aMinY, double aMaxX, double aMaxY)
 Creates a rectangle from four coordinates.
 

Properties

double MinX
 The minimum X coordinate: the left edge.
 
double MinY
 The minimum Y coordinate: usually the bottom edge.
 
double MaxX
 The maximum X coordinate: the right edge.
 
double MaxY
 The maximum Y coordinate: usually the top edge.
 

Detailed Description

A grid-aligned rectangle with double-precision coordinates suitable for map points.


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