Click or drag to resize

ICoordinateTransformationTransform Method (Location)

Transforms a single Location.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
Location Transform(
	Location loc
)

Parameters

loc
Type: Ptv.Components.ProjectionsLocation
Location to transform.

Return Value

Type: Location
The transformed Location.
See Also