Click or drag to resize

CoordinateTransformationTransform 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
public virtual Point[] Transform(
	Point[] pointsIn
)

Parameters

pointsIn
Type: System.WindowsPoint
Array containing the points to transform.

Return Value

Type: Point
The array containing the transformed points.

Implements

ICoordinateTransformationTransform(Point)
Exceptions
ExceptionCondition
TransformationExceptionThrown in the unlikely event that a coordinate transformation fails.
See Also