NonLinearTransformationTransform Method (IPosition)

CVB.Net Documentation
Transform a point 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(
	IPosition pt
)

Parameters

pt
Type: Stemmer.CvbIPosition
Points to transform.

Return Value

Type: Point2Dd
The transformed point.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this object or the has been disposed.
See Also

Reference