ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.PixelToMap Method

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

[Visual Basic .NET]
Public Sub PixelToMap ( _
    ByVal Column As Double, _
    ByVal Row As Double, _
    ByVal pFeaturePoint As IImageFeaturePoint _
)
[C#]
public void PixelToMap (
    double Column,
    double Row,
    IImageFeaturePoint pFeaturePoint
);
[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