Click or drag to resize

DXFReaderNETControlGetEntities Method

Returns a list of entity objects contained in a rectangle.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> GetEntities(
	Vector2 StartPoint,
	Vector2 EndPoint
)

Parameters

StartPoint
Type: DXFReaderNETVector2
The start point of the rectangle.
EndPoint
Type: DXFReaderNETVector2
The end point of the rectangle.

Return Value

Type: ListEntityObject
A list of entity objects contained in the rectangle.
See Also