AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| MgEnvelope::MgEnvelope |
( |
double |
xMin, |
|
|
| double |
yMin, |
|
|
| double |
xMax, |
|
|
| double |
yMax | |
|
| ) |
| |
|
Constructs and initializes an envelope for a region defined by two coordinates , given as four doubles.
- Parameters:
-
| xMin | (double) Left coordinate |
| yMin | (double) Bottom coordinate |
| xMax | (double) Right coordinate |
| yMax | (double) Top coordinate |
|