CADability dotNET
Returns the Border..::..Position of the given Point relative to this Border. If the outline of the border interferes with a square around p (width and height is 2*precision), the result will be OnCurve.

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

Syntax

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

Parameters

rect
Type: CADability..::..BoundingRect

Return Value

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

See Also