Click or drag to resize

GeoTransformTransform Method

Transforms a point of the given reference system to a point of another reference system.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static Point Transform(
	Point p,
	string sourceSrid,
	string destSrid
)

Parameters

p
Type: System.WindowsPoint
The point to transform.
sourceSrid
Type: SystemString
The current reference system.
destSrid
Type: SystemString
The desired reference system.

Return Value

Type: Point
The transformed point.
See Also