ICoordinateTransformation.Transform Method (Point[]) |
Transforms an array of System.Windows.Point.
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
SyntaxPoint[] Transform(
Point[] pointsIn
)
Function Transform (
pointsIn As Point()
) As Point()
array<Point>^ Transform(
array<Point>^ pointsIn
)
abstract Transform :
pointsIn : Point[] -> Point[]
Parameters
- pointsIn
- Type:System.Windows.Point[]
Array containing the points to transform.
Return Value
Type:
Point[]The array containing the transformed points.
Exceptions
See Also