This document is archived and information here might be outdated. Recommended version. |
Returns the errors involved in moving control point i from the 'from' to 'to' system. These error terms are valid after using DefineFromControlPoints to define the transformation.
[Visual Basic .NET]
Public Sub GetControlPointError ( _
ByVal index As Integer, _
ByRef toError As Double _
)
[C#]
public void GetControlPointError (
int index,
ref double toError
);