Point2d.ClosestPoint Method
Public Function ClosestPoint( _
ByVal points As IEnumerable(Of Point2d) _
) As Point2d
This language is not supported or no code example is available.
public Point2d ClosestPoint(
IEnumerable<Point2d> points
)
This language is not supported or no code example is available.
public:
Point2d^ ClosestPoint(
IEnumerable<Point2d^>^ points
)
This language is not supported or no code example is available.
Parameters
- points
- IEnumerable<Point2d>