Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ProcessSelectionVisibleOnlyLabels Method
Selection rectangle in screen coordinates
When true, returns immediately after selecting the first entity
When true, inverts current selection status
The data where the added and removed labels are written
When true, checks the devDept.Eyeshot.Entities.Entity.Selectable property, otherwise no.

In This Topic
    ProcessSelectionVisibleOnlyLabels Method
    In This Topic
    Selects only visible labels in the specified rectangle.
    Syntax
    'Declaration
     
    Public Overridable Sub ProcessSelectionVisibleOnlyLabels( _
       ByVal selectionBox As Rectangle, _
       ByVal firstOnly As Boolean, _
       ByVal invert As Boolean, _
       ByVal eventArgs As ViewportLayout.SelectionChangedEventArgs, _
       Optional ByVal selectableOnly As Boolean _
    ) 
    public virtual void ProcessSelectionVisibleOnlyLabels( 
       Rectangle selectionBox,
       bool firstOnly,
       bool invert,
       ViewportLayout.SelectionChangedEventArgs eventArgs,
       bool selectableOnly
    )

    Parameters

    selectionBox
    Selection rectangle in screen coordinates
    firstOnly
    When true, returns immediately after selecting the first entity
    invert
    When true, inverts current selection status
    eventArgs
    The data where the added and removed labels are written
    selectableOnly
    When true, checks the devDept.Eyeshot.Entities.Entity.Selectable property, otherwise no.
    Remarks
    See Also