Click or drag to resize

CoordinateTransformationTransform Method (Point)

Transforms a single 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 point
)

Parameters

point
Type: System.WindowsPoint
System.Windows.Point to transform.

Return Value

Type: Point
The transformed System.Windows.Point.

Implements

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