CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the window position of a point in the world coordiate system. Point (0,0) is the top left point of the window
Namespace: CADabilityAssembly: 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