CADability dotNET

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static bool NearestPoint(
	GeoPoint2DWithParameter[] points,
	GeoPoint2D selectionPoint,
	out GeoPoint2DWithParameter nearestPoint
)
Visual Basic
Public Shared Function NearestPoint ( _
	points As GeoPoint2DWithParameter(), _
	selectionPoint As GeoPoint2D, _
	<OutAttribute> ByRef nearestPoint As GeoPoint2DWithParameter _
) As Boolean
Visual C++
public:
static bool NearestPoint(
	array<GeoPoint2DWithParameter>^ points, 
	GeoPoint2D selectionPoint, 
	[OutAttribute] GeoPoint2DWithParameter% nearestPoint
)

See Also