Environment.ScreenToPlane (IList<Point>, Plane) Method

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

Parameters

mousePointList
IList<Point>

2D mouse point list (zero on top)

plane
Plane

The plane

Return Value

Point3D[]

The associated 3D world point list.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition