Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / LabelList Constructor / LabelList Constructor(Viewport)
The viewport this label list belong to

In This Topic
    LabelList Constructor(Viewport)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewport As Viewport _
    )
    public LabelList( 
       Viewport viewport
    )

    Parameters

    viewport
    The viewport this label list belong to
    See Also