Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GfxEnvironmentParams Class / GfxEnvironmentParams Constructor / GfxEnvironmentParams Constructor(RenderContextBase,Int32)

In This Topic
    GfxEnvironmentParams Constructor(RenderContextBase,Int32)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderContext As RenderContextBase, _
       ByVal maxPatternRepetitions As Integer _
    )
    public GfxEnvironmentParams( 
       RenderContextBase renderContext,
       int maxPatternRepetitions
    )

    Parameters

    renderContext
    maxPatternRepetitions
    See Also