DK11 for Delphi | GisTypes.TGIS_Extent | Records | Fields
Like TRect, but based on doubles instead of integers.
// Delphi type TGIS_Extent = record end;
// C++ Builder struct DECLSPEC_DRECORD TGIS_Extent { };
Name | Visibility | Description | |
---|---|---|---|
XMax | public | right border | |
XMin | public | left border | |
YMax | public | top border | |
YMin | public | bottom border | |