Click or drag to resize

DXFReaderNETControlShowRubberBandEntities Method

Shows a rubber band for a list of entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public void ShowRubberBandEntities(
	List<EntityObject> Entities,
	Vector2? Position = null
)

Parameters

Entities
Type: System.Collections.GenericListEntityObject
The list of entities to show the rubber band for.
Position (Optional)
Type: SystemNullableVector2
New position of entities.
See Also