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

In This Topic
    ScreenToPlane(IList<Point>,PlaneEquation) 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 pe As PlaneEquation _
    ) As Point3D()
    public Point3D[] ScreenToPlane( 
       IList<Point> mousePointList,
       PlaneEquation pe
    )

    Parameters

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

    Return Value

    The associated 3D world point list.
    See Also