CADability dotNET
Returns the Border..::..Position of the given Point relative to this Border.

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

Syntax

C#
public Border..::..Position GetPosition(
	GeoPoint2D p
)
Visual Basic
Public Function GetPosition ( _
	p As GeoPoint2D _
) As Border..::..Position
Visual C++
public:
Border..::..Position GetPosition(
	GeoPoint2D p
)

Parameters

p
Type: CADability..::..GeoPoint2D
The Point to test

Return Value

Inside, Outside or OnCurve (on the outline of this border)

See Also