CADability dotNET
Gets the position of a given point (usually a mouse position in view coordinates) in a given plane.

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

Syntax

C#
public GeoPoint2D PlanePoint(
	Plane pln,
	Point p
)
Visual Basic
Public Function PlanePoint ( _
	pln As Plane, _
	p As Point _
) As GeoPoint2D
Visual C++
public:
GeoPoint2D PlanePoint(
	Plane pln, 
	Point p
)

Parameters

pln
Type: CADability..::..Plane
Plane of the requested point
p
Type: System.Drawing..::..Point
Mouse position or point in view coordinates

Return Value

Position of the point in the plane

See Also