CADability dotNET
Returns a GeoPoint in the model coordinate system that corresponds to the Client point. No snapping is performed. The drawing plane of the projection is used

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

Syntax

C#
public GeoPoint WorldPoint(
	Point p
)
Visual Basic
Public Function WorldPoint ( _
	p As Point _
) As GeoPoint
Visual C++
public:
GeoPoint WorldPoint(
	Point p
)

Parameters

p
Type: System.Drawing..::..Point
Point in the client coordinate system of the active view

Return Value

the model coordinate

See Also