ScreenPolygonParams Constructor

Standard constructor.
Public Sub New( _ 
ByVal viewFrame As Integer(), _ 
ByVal modelViewProj As Double(), _ 
ByVal screenPolygon As IList(Of Point2D), _ 
ByVal screenSegments As IList(Of Segment2D), _ 
ByVal min As Point2D, _ 
ByVal max As Point2D, _ 
ByVal displayMode As displayType, _ 
ByVal screenToWorld As Single, _ 
ByVal environment As Environment, _ 
ByVal transform As Transformation
)
This language is not supported or no code example is available.
public ScreenPolygonParams( 
int[] viewFrame
double[] modelViewProj
IList<Point2D> screenPolygon
IList<Segment2D> screenSegments
Point2D min
Point2D max
displayType displayMode
float screenToWorld
Environment environment
Transformation transform 
)
This language is not supported or no code example is available.

Parameters

viewFrame
int[]

Tee viewport bounds

modelViewProj
double[]

The modelview projection matrix

screenPolygon
IList<Point2D>

The 2D points defining the screen polygon

screenSegments
IList<Segment2D>

The segments defining the polygon in screen coordinates

min
Point2D

The minimum value of the polygon points

max
Point2D

The maximum value of the polygon points

displayMode
displayType

The display mode

screenToWorld
float

The screen to world conversion factor

environment
Environment

The environment control

transform
Transformation

The transformation to apply to the entities

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition