Click or drag to resize

Leader Constructor (Block, IEnumerableVector2)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Leader class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Leader(
	Block block,
	IEnumerable<Vector2> vertexes
)
Request Example View Source

Parameters

block
Type: netDxf.BlocksBlock
vertexes
Type: System.Collections.GenericIEnumerableVector2
See Also