This document is archived and information here might be outdated. Recommended version. |
Defines the best affine transformation between two sets of points. Can be used to register paper maps on a digitizer.
[Visual Basic .NET] Public Sub DefineFromControlPointsEx ( _ ByVal numPoints As Integer, _ ByRef fromPoints As WKSPoint, _ ByRef toPoints As WKSPoint _ )
[C#] public void DefineFromControlPointsEx ( int numPoints, ref WKSPoint fromPoints, ref WKSPoint toPoints );
[C++]
HRESULT DefineFromControlPointsEx(
long numPoints,
WKSPoint* fromPoints,
WKSPoint* toPoints
);
[C++] Parameters numPoints
numPoints is a parameter of type long fromPoints [in]
fromPoints is a parameter of type WKSPoint* toPoints [in]
toPoints is a parameter of type WKSPoint*