Click or drag to resize

Leader Constructor (String, IEnumerableVector2, DimensionStyle)

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(
	string text,
	IEnumerable<Vector2> vertexes,
	DimensionStyle style
)
Request Example View Source

Parameters

text
Type: SystemString
vertexes
Type: System.Collections.GenericIEnumerableVector2
style
Type: netDxf.TablesDimensionStyle
See Also