Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DrawParams Class / DrawParams Constructor / DrawParams Constructor(ViewportLayout,Single,Int32,Transformation,FontDataDictionary,TextStyleKeyedCollection,LineTypeKeyedCollection)
The viewportLayout
The screen to world conversion factor
Maximum number of pattern repetitions allowed between two vertices of a curve.
The transformation
The fonts dictionary
The text styles
The line types dictionary

In This Topic
    DrawParams Constructor(ViewportLayout,Single,Int32,Transformation,FontDataDictionary,TextStyleKeyedCollection,LineTypeKeyedCollection)
    In This Topic
    Standard constructor.
    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
    The viewportLayout
    screenToWorld
    The screen to world conversion factor
    maxPatternRepetitions
    Maximum number of pattern repetitions allowed between two vertices of a curve.
    transformation
    The transformation
    fontDefs
    The fonts dictionary
    textStyles
    The text styles
    lineTypes
    The line types dictionary
    See Also