CADability dotNET
Creates a new GeoPoint2D at the specified offset to the provided GeoPoint2D p

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

Syntax

C#
public GeoPoint2D(
	GeoPoint2D p,
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	p As GeoPoint2D, _
	x As Double, _
	y As Double _
)
Visual C++
public:
GeoPoint2D(
	GeoPoint2D p, 
	double x, 
	double y
)

Parameters

p
Type: CADability..::..GeoPoint2D
Original point
x
Type: System..::..Double
Offset in x
y
Type: System..::..Double
Offset in y

See Also