CoordinateTransformationTransform 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
Syntaxpublic virtual Point Transform(
Point point
)
Public Overridable Function Transform (
point As Point
) As Point
public:
virtual Point Transform(
Point point
)
abstract Transform :
point : Point -> Point
override Transform :
point : Point -> Point
Parameters
- point
- Type: System.WindowsPoint
System.Windows.Point to transform.
Return Value
Type:
PointThe transformed
System.Windows.Point.
Implements
ICoordinateTransformationTransform(Point)
Exceptions
See Also