This document is archived and information here might be outdated.  Recommended version.


IImageFeaturePoints.PixelToMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageFeaturePoints Interface > IImageFeaturePoints.PixelToMap Method
ArcGIS Developer Help

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