Click or drag to resize

DXFReaderNETControlGetEntity Method (Vector2)

Returns the nearest entity to position.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityObject GetEntity(
	Vector2 Position
)

Parameters

Position
Type: DXFReaderNETVector2
The position in drawing units.

Return Value

Type: EntityObject
The nearest entity to the position. Null or nothing if no entity is found.
See Also