CADability dotNET

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

Syntax

C#
GeoPoint2D TransformPoint(
	ICurve2D curve,
	double par
)
Visual Basic
Function TransformPoint ( _
	curve As ICurve2D, _
	par As Double _
) As GeoPoint2D
Visual C++
GeoPoint2D TransformPoint(
	ICurve2D^ curve, 
	double par
)

See Also