Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DrawSilhouettesParams Class / DrawSilhouettesParams Constructor / DrawSilhouettesParams Constructor(ViewportLayout,projectionType,Double[],Int32[],Single,FontDataDictionary,TextStyleKeyedCollection,Transformation,BlockKeyedCollection,LineTypeKeyedCollection)
The viewportLayout
The camera projection mode
The modelViewProjection matrix
The viewport bounds
The screen to world conversion factor
The fonts definitions

In This Topic
    DrawSilhouettesParams Constructor(ViewportLayout,projectionType,Double[],Int32[],Single,FontDataDictionary,TextStyleKeyedCollection,Transformation,BlockKeyedCollection,LineTypeKeyedCollection)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewportLayout As ViewportLayout, _
       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 _
    )

    Parameters

    viewportLayout
    The viewportLayout
    projectionMode
    The camera projection mode
    modelViewProj
    The modelViewProjection matrix
    viewFrame
    The viewport bounds
    screenToWorld
    The screen to world conversion factor
    fontDefs
    The fonts definitions
    textStyles
    transformation
    blocks
    lineTypes
    See Also