CADability dotNET
Creates a new GeoPoint2D in the middle of the two given points

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

Syntax

C#
public GeoPoint2D(
	GeoPoint2D p1,
	GeoPoint2D p2
)
Visual Basic
Public Sub New ( _
	p1 As GeoPoint2D, _
	p2 As GeoPoint2D _
)
Visual C++
public:
GeoPoint2D(
	GeoPoint2D p1, 
	GeoPoint2D p2
)

Parameters

p1
Type: CADability..::..GeoPoint2D
first point
p2
Type: CADability..::..GeoPoint2D
second point

See Also