Eyeshot 10 WinForms API Reference
WorldToScreen(IList<Point3D>) Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > WorldToScreen Method : WorldToScreen(IList<Point3D>) Method
3D point list
Maps world coordinates to screen coordinates.
Syntax
'Declaration
 
Public Overloads Function WorldToScreen( _
   ByVal pointList As IList(Of Point3D) _
) As Point3D()
public Point3D[] WorldToScreen( 
   IList<Point3D> pointList
)

Parameters

pointList
3D point list

Return Value

The associated projected screen point list (zero on bottom).
See Also

Reference

Viewport Class
Viewport Members
Overload List