ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.MapToPixel Method

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

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