DrawSilhouettesParams(Environment, projectionType, Double(), Int32(), Single, FontDataDictionary, TextStyleKeyedCollection, Transformation, BlockKeyedCollection, LineTypeKeyedCollection) Constructor

Standard constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal projectionMode As projectionType, _ 
ByVal modelViewProj As Double(), _ 
ByVal viewFrame As Integer(), _ 
ByVal screenToWorld As Single, _ 
ByVal fontDefs As FontDataDictionary, _ 
ByVal textStyles As TextStyleKeyedCollection, _ 
ByVal transformation As Transformation, _ 
ByVal blocks As BlockKeyedCollection, _ 
ByVal lineTypes As LineTypeKeyedCollection
)
This language is not supported or no code example is available.
public DrawSilhouettesParams( 
Environment environment
projectionType projectionMode
double[] modelViewProj
int[] viewFrame
float screenToWorld
FontDataDictionary fontDefs
TextStyleKeyedCollection textStyles
Transformation transformation
BlockKeyedCollection blocks
LineTypeKeyedCollection lineTypes 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The environment control.

projectionMode
projectionType

The camera projection mode.

modelViewProj
double[]

The modelViewProjection matrix.

viewFrame
int[]

The viewport bounds.

screenToWorld
float

The screen to world conversion factor.

fontDefs
FontDataDictionary

The fonts definitions.

textStyles
TextStyleKeyedCollection

The text styles collection.

transformation
Transformation

The transformation.

blocks
BlockKeyedCollection

The blocks collection.

lineTypes
LineTypeKeyedCollection

The line types collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition