Click or drag to resize

DXFReaderNETControlShowRubberBandEntities Method

Shows the entities specified by Entities parameter as a rubber band group of entities.

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

Parameters

Entities
Type: System.Collections.GenericListEntityObject
A list of entities.
Position
Type: DXFReaderNETVector2
The new position.
Color (Optional)
Type: SystemNullableColor
The color of the rubber band if solid. If omitted the single entity color will be used.
RubberBandType (Optional)
Type: DXFReaderNETRubberBandType
The type of rubber band: solid or dashed
Remarks
This method can be used also to show a group of entities moving on the drawing with a smooth animation effect.
See Also