Viewport.WorldToScreen (IList<Point3D>) Method

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

Parameters

pointList
IList<Point3D>

3D point list

Return Value

Point3D[]

The associated projected screen point list (zero on bottom).

.NET Framework

Supported in: 4.8

In this article

Definition