ICoordinateTransformationTransform Method (Point) |
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax Point[] 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.WindowsPoint
Array containing the points to transform.
Return Value
Type:
PointThe array containing the transformed points.
Exceptions See Also