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
)
Public Shared Function Transform (
p As Point,
sourceSrid As String,
destSrid As String
) As Point
public:
static Point Transform(
Point p,
String^ sourceSrid,
String^ destSrid
)
static member Transform :
p : Point *
sourceSrid : string *
destSrid : string -> Point
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:
PointThe transformed point.
See Also