CADability dotNET

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

Syntax

C#
protected GeoPoint2D ClosestPerpendicularFoot(
	GeoPoint2D FromHere
)
Visual Basic
Protected Function ClosestPerpendicularFoot ( _
	FromHere As GeoPoint2D _
) As GeoPoint2D
Visual C++
protected:
GeoPoint2D ClosestPerpendicularFoot(
	GeoPoint2D FromHere
)

Parameters

FromHere
Type: CADability..::..GeoPoint2D

See Also