This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageFeaturePoints Interface > IImageFeaturePoints.PixelToMap Method (ArcObjects .NET 10.5 SDK) |
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