Eyeshot 10 WinForms API Reference
GetAllVisibleLabels Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : GetAllVisibleLabels Method
Selection rectangle in screen coordinates
When true, checks the devDept.Eyeshot.Entities.Entity.Selectable property, otherwise no.
Returns the list of all visible labels in the specified selection box.
Syntax
'Declaration
 
Public Function GetAllVisibleLabels( _
   ByVal selectionBox As Rectangle, _
   Optional ByVal selectableOnly As Boolean _
) As Integer()
public int[] GetAllVisibleLabels( 
   Rectangle selectionBox,
   bool selectableOnly
)

Parameters

selectionBox
Selection rectangle in screen coordinates
selectableOnly
When true, checks the devDept.Eyeshot.Entities.Entity.Selectable property, otherwise no.

Return Value

The list of label indices in the selection box.
See Also

Reference

ViewportLayout Class
ViewportLayout Members
GetAllVisibleEntities Method
GetAllVisibleItems Method