Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / GfxDrawForSelectionParams Class / GfxDrawForSelectionParams Constructor / GfxDrawForSelectionParams Constructor(ViewportLayout,Single,Int32,Transformation,FontDataDictionary,TextStyleKeyedCollection,LineTypeKeyedCollection)

In This Topic
    GfxDrawForSelectionParams Constructor(ViewportLayout,Single,Int32,Transformation,FontDataDictionary,TextStyleKeyedCollection,LineTypeKeyedCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewportLayout As ViewportLayout, _
       ByVal screenToWorld As Single, _
       ByVal maxPatternRepetitions As Integer, _
       ByVal transformation As Transformation, _
       ByVal fontDefs As FontDataDictionary, _
       ByVal textStyles As TextStyleKeyedCollection, _
       ByVal lineTypes As LineTypeKeyedCollection _
    )

    Parameters

    viewportLayout
    screenToWorld
    maxPatternRepetitions
    transformation
    fontDefs
    textStyles
    lineTypes
    See Also