ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.MapToPixel Method

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

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

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

Parameters

pFeaturePoint [in]

  pFeaturePoint is a parameter of type IImageFeaturePoint

Column [out]   Column is a parameter of type double Row [out]   Row is a parameter of type double

Product Availability

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

See Also

IImageFeaturePoints Interface