This document is archived and information here might be outdated. Recommended version. |
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*