Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / UnProject Method / UnProject(IList<Point3D>,Int32) Method
The list of points to unproject in viewport coordinates
The height of the viewport layout control

In This Topic
    UnProject(IList<Point3D>,Int32) Method
    In This Topic
    Maps viewport coordinates to world coordinates.
    Syntax
    'Declaration
     
    Public Overloads Function UnProject( _
       ByVal points As IList(Of Point3D), _
       ByVal controlHeight As Integer _
    ) As Point3D()
    public Point3D[] UnProject( 
       IList<Point3D> points,
       int controlHeight
    )

    Parameters

    points
    The list of points to unproject in viewport coordinates
    controlHeight
    The height of the viewport layout control

    Return Value

    A list of 3D points in viewport coordinates. The origin point is the lower-left corner of the viewport.
    See Also