Click or drag to resize

Location Constructor (Location)

Initializes a new instance of the Location struct, initializing its coordinates from the given location.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public Location(
	Location location
)

Parameters

location
Type: Ptv.Components.ProjectionsLocation
Location instance to initialize the location with.
See Also