Click or drag to resize

CoordinateTransformationTransform Method (Double, Double, Double, Double)

Transforms a coordinate.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public virtual void Transform(
	double xin,
	double yin,
	out double xout,
	out double yout
)

Parameters

xin
Type: SystemDouble
Value containing the x-coordinate.
yin
Type: SystemDouble
Value containing the y-coordinate.
xout
Type: SystemDouble
On return, contains the transformed x-coordinate.
yout
Type: SystemDouble
On return, contains the transformed y-coordinate.

Implements

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