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

Projects a list of points on the screen.
Public Function Project( _ 
ByVal points As IList(Of Point3D), _ 
ByVal controlHeight As Integer
) As Point2D()
This language is not supported or no code example is available.
public Point2D[] Project( 
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 project

controlHeight
int

The height of the viewport layout control

Return Value

Point2D[]

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

.NET Framework

Supported in: 4.8

In this article

Definition