Viewport.UnProject (IList<Point3D>, Int32) Method

Maps viewport coordinates to world coordinates.
Public Function UnProject( _ 
ByVal points As IList(Of Point3D), _ 
ByVal controlHeight As Integer
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] UnProject( 
IList<Point3D> points
int controlHeight 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The list of points to unproject in viewport coordinates

controlHeight
int

The height of the viewport layout control

Return Value

Point3D[]

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

.NET Framework

Supported in: 4.8

In this article

Definition