Viewport.ScreenToWorld (IList<Point>) Method

Maps screen coordinates to world coordinates.
Public Function ScreenToWorld( _ 
ByVal mousePointList As IList(Of Point) _ 
) As Point3D()
This language is not supported or no code example is available.
public Point3D[] ScreenToWorld( 
IList<Point> mousePointList 
)
This language is not supported or no code example is available.

Parameters

mousePointList
IList<Point>

2D mouse point list (zero on top)

Return Value

Point3D[]

The associated 3D world point list.

Remarks
 
Positions that don't have geometry underneath will return null.

.NET Framework

Supported in: 4.8

In this article

Definition