This document is archived and information here might be outdated. Recommended version. |
Defines the best conformal affine transformation between two sets of points. Can be used to register paper maps on a digitizer.
[Visual Basic .NET] Public Sub DefineConformalFromControlPointsEx ( _ ByVal numPoints As Integer, _ ByRef fromPoints As WKSPoint, _ ByRef toPoints As WKSPoint _ )
[C#] public void DefineConformalFromControlPointsEx ( int numPoints, ref WKSPoint fromPoints, ref WKSPoint toPoints );
[C++]
HRESULT DefineConformalFromControlPointsEx(
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*
DefineConformalFromControlPointsEx defines a Conformal Transformation using arrays of WKSPoints instead of array of IPoint objects.