CADability dotNET
Returns the position of the provided point with a given precision

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

Syntax

C#
public BoundingRect..::..Position GetPosition(
	GeoPoint2D p,
	double frameWidth
)
Visual Basic
Public Function GetPosition ( _
	p As GeoPoint2D, _
	frameWidth As Double _
) As BoundingRect..::..Position
Visual C++
public:
BoundingRect..::..Position GetPosition(
	GeoPoint2D p, 
	double frameWidth
)

Parameters

p
Type: CADability..::..GeoPoint2D
The point to test
frameWidth
Type: System..::..Double
The precision: if the distance to a bounding line is smaller than this value, the point is considered as onframe

Return Value

The position of the point

See Also