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