Click or drag to resize

CoordinateTransformationTransform Method

Overload List
  NameDescription
Public methodTransform(Point)
Transforms a single System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Point)
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location)
Transforms a single Location.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location)
Transforms an array of Location.
(Inherited from CoordinateTransformation.)
Public methodTransform(Point, Point)
Transforms an array of System.Windows.Point.
(Inherited from CoordinateTransformation.)
Public methodTransform(Location, Location)
Transforms an array of Location.
(Inherited from CoordinateTransformation.)
Public methodTransformT(IEnumerableT, FuncT, TResult, Boolean) (Inherited from CoordinateTransformation.)
TransformT(IEnumerableT, FuncT, TResult, Boolean)
Public methodTransform(Double, Double, Double, Double)
Transforms a coordinate.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, Double, Double)
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, NullableDouble, Double, Double, NullableDouble)
Transforms a coordinate.
(Inherited from CoordinateTransformation.)
Public methodTransform(Double, Double, Double, Double, Double, Double)
Transforms a set of coordinates.
(Inherited from CoordinateTransformation.)
Top
See Also