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.MapToPixel Method (ArcObjects .NET 10.5 SDK) |
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