Viewport.ScreenToPlane (IList<Point>, PlaneEquation) Method

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

Parameters

mousePointList
IList<Point>

2D mouse point list (zero on top)

pe
PlaneEquation

The plane equation

Return Value

Point3D[]

The associated 3D world point list.

.NET Framework

Supported in: 4.8

In this article

Definition