Click or drag to resize

DXFReaderNETControlArrayOfEntities Method (IEnumerableEntityObject, Vector2, Vector2, Int32, Int32)

Creates copies of entities arranged in a regularly spaced rectangular pattern.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> ArrayOfEntities(
	IEnumerable<EntityObject> Entities,
	Vector2 BasePoint,
	Vector2 Displacement,
	int Columns = 2,
	int Rows = 2
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The entities to copy.
BasePoint
Type: DXFReaderNETVector2
A Vector2 containing the base point spacing.
Displacement
Type: DXFReaderNETVector2
A Vector2 containing space displacements x and y.
Columns (Optional)
Type: SystemInt32
The number of columns.
Rows (Optional)
Type: SystemInt32
The number of rows.

Return Value

Type: ListEntityObject
A list of the entites of the array.
See Also