NonLinearTransformationTransform Method (ICollectionIPosition)

CVB.Net Documentation
Transform a sequence of points with this nonlinear transformation.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public Point2Dd[] Transform(
	ICollection<IPosition> points
)

Parameters

points
Type: System.Collections.GenericICollectionIPosition
Points to transform.

Return Value

Type: Point2Dd
The transformed point.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this object or the has been disposed.
ArgumentNullExceptionIf points is null.
See Also

Reference