Eyeshot 10 WinForms API Reference
ScreenToPlane(IList<Point>,Plane) Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > ScreenToPlane Method : ScreenToPlane(IList<Point>,Plane) Method
2D mouse point list (zero on top)
The plane
Maps screen coordinates to world coordinates.
Syntax
'Declaration
 
Public Overloads Function ScreenToPlane( _
   ByVal mousePointList As IList(Of Point), _
   ByVal pe As Plane _
) As Point3D()
public Point3D[] ScreenToPlane( 
   IList<Point> mousePointList,
   Plane pe
)

Parameters

mousePointList
2D mouse point list (zero on top)
pe
The plane

Return Value

The associated 3D world point list.
See Also

Reference

Viewport Class
Viewport Members
Overload List