CADability dotNET
Returns the window position of a point in the world coordiate system. Point (0,0) is the top left point of the window

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

Syntax

C#
public GeoPoint2D WorldToWindow(
	GeoPoint p
)
Visual Basic
Public Function WorldToWindow ( _
	p As GeoPoint _
) As GeoPoint2D
Visual C++
public:
GeoPoint2D WorldToWindow(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
Point in world coordinate system

Return Value

See Also