ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.PixelToMap Method

Converts a feature point's location from pixel (colum, row) to map (x, y).

ERROR: Syntax information about IImageFeaturePoints.PixelToMap may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT PixelToMap(
  double Column,
  double Row,
  IImageFeaturePoint* pFeaturePoint
);
[C++]

Parameters

Column [in]   Column is a parameter of type double Row [in]   Row is a parameter of type double pFeaturePoint [in]

  pFeaturePoint is a parameter of type IImageFeaturePoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageFeaturePoints Interface