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


IImageFeaturePoints.MapToPixel 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.MapToPixel Method
ArcGIS Developer Help

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,
  System.Double* Column,
  System.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