This document is archived and information here might be outdated. Recommended version. |
Adds a list of match points.
[Visual Basic .NET] Public Sub AddPoints ( _ ByVal pMatchPoints As IImageMatchPoints _ )
[C#] public void AddPoints ( IImageMatchPoints pMatchPoints );
[C++]
HRESULT AddPoints(
IImageMatchPoints* pMatchPoints
);
[C++] Parameters pMatchPoints [in]
pMatchPoints is a parameter of type IImageMatchPoints*