DK for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.MapToRaster | Methods | Properties
Converts map coordinates to raster pixel location.
// C# public ITPoint MapToRaster( ITGIS_Point _ptg, ITGIS_CSCoordinateSystem _cs );
' VisualBasic Public Function MapToRaster( ByVal _ptg As ITGIS_Point, ByVal _cs As ITGIS_CSCoordinateSystem ) As ITPoint
// Oxygene public function MapToRaster( _ptg : ITGIS_Point; _cs : ITGIS_CSCoordinateSystem ) : ITPoint;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | point to be converted |
_cs | ITGIS_CSCoordinateSystem | coordinate system of _ptg; if nil that coordinate system same as layer coordinate system |
Type | Description |
---|---|
ITPoint | calculated location |