CADability dotNET

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

Syntax

C#
double GetAreaFromPoint(
	GeoPoint2D p
)
Visual Basic
Function GetAreaFromPoint ( _
	p As GeoPoint2D _
) As Double
Visual C++
double GetAreaFromPoint(
	GeoPoint2D p
)

See Also