This document is archived and information here might be outdated. Recommended version. |
Finds the closest feature point from an images around the given point.
[Visual Basic .NET] Public Function FindClosestFeaturePoint ( _ ByVal pImage As IRaster, _ ByVal pPoint As IPoint _ ) As IImageFeaturePoint
[C#] public IImageFeaturePoint FindClosestFeaturePoint ( IRaster pImage, IPoint pPoint );
[C++]
HRESULT FindClosestFeaturePoint(
IRaster* pImage,
IPoint* pPoint
);
[C++] Parameters pImage [in]
pImage is a parameter of type IRaster* pPoint [in]
pPoint is a parameter of type IPoint*