Click or drag to resize

ICoordinateTransformation.Transform Method (Point[])

Transforms an array of System.Windows.Point.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
Point[] Transform(
	Point[] pointsIn
)

Parameters

pointsIn
Type:System.Windows.Point[]
Array containing the points to transform.

Return Value

Type:Point[]
The array containing the transformed points.
Exceptions
ExceptionCondition
TransformationExceptionThrown in the unlikely event that a coordinate transformation fails.
See Also