Environment.GetAllEnclosedEntities Method

Selects all entities completely enclosed in the specified selection rectangle.
Public Function GetAllEnclosedEntities( _ 
ByVal selectionBox As Rectangle
) As Integer()
This language is not supported or no code example is available.
public int[] GetAllEnclosedEntities( 
Rectangle selectionBox 
)
This language is not supported or no code example is available.

Parameters

selectionBox
Rectangle

Selection rectangle's in screen coordinates

Return Value

int[]

The list of entity indices.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition