Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ScreenToPlane Method / ScreenToPlane(IList<Point>,Plane) Method
2D mouse point list (zero on top)
The plane

In This Topic
    ScreenToPlane(IList<Point>,Plane) Method
    In This Topic
    Maps screen coordinates to world coordinates in the active viewport.
    Syntax
    'Declaration
     
    Public Overloads Function ScreenToPlane( _
       ByVal mousePointList As IList(Of Point), _
       ByVal plane As Plane _
    ) As Point3D()
    public Point3D[] ScreenToPlane( 
       IList<Point> mousePointList,
       Plane plane
    )

    Parameters

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

    Return Value

    The associated 3D world point list.
    See Also