DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.RasterToMapRect | Constructors | Fields | Methods | Properties | Events
Convert raster rectangle to map extent
// Delphi public function RasterToMapRect( const _rct : TRect; const _cs : TGIS_CSCoordinateSystem ) : TGIS_Extent;
// C++ Builder public: TGIS_Extent* RasterToMapRect( TRect* const _rct, TGIS_CSCoordinateSystem* const _cs );
Name | Type | Description |
---|---|---|
_rct | TRect | rectangle to be converted |
_cs | TGIS_CSCoordinateSystem | coordinate system of returned value; if nil that coordinate system same as layer coordinate system |
Type | Description |
---|---|
TGIS_Extent | map extent. |