'Declaration
Public Function Unproject( _ ByVal point As C1.Win.Interop.Point _ ) As C1.Win.Interop.Point
public C1.Win.Interop.Point Unproject( C1.Win.Interop.Point point )
Parameters
- point
- The logical coordinate to apply the inverse projection.
Return Value
The geographic coordinate corresponding to the logical coordinate.