ICoordinateTransformationTransform Method (Point) |
Transforms a single System.Windows.Point.
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
SyntaxPoint Transform(
Point point
)
Function Transform (
point As Point
) As Point
Point Transform(
Point point
)
abstract Transform :
point : Point -> Point
Parameters
- point
- Type: System.WindowsPoint
System.Windows.Point to transform.
Return Value
Type:
PointThe transformed
System.Windows.Point.
Exceptions
See Also