Click or drag to resize

LeaderHook Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the leader hook position (last leader vertex).

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Vector2 Hook { get; set; }
Request Example View Source

Property Value

Type: Vector2
Remarks
This property allows easy access to the last leader vertex, aka leader hook position. Remember the leader vertexes list must have at least two points.
See Also