DK11 for Delphi | GisCsSystems.TGIS_CSProjectedCoordinateSystem.getExtentPolygon | Constructors | Fields | Methods | Properties
Get polygon made on given extent.
// Delphi protected function getExtentPolygon( const _extent : TGIS_Extent ) : TObject;
// C++ Builder protected: TObject* getExtentPolygon( TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | given extent |
Type | Description |
---|---|
TObject | TGIS_ShapePolygon object. |