Click or drag to resize

HatchPatternLineDefinitionDelta Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the local displacements between lines of the same family.

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

Property Value

Type: Vector2
Remarks
The Delta.X value indicates the displacement between members of the family in the direction of the line. It is used only for dashed lines. The Delta.Y value indicates the spacing between members of the family; that is, it is measured perpendicular to the lines.
See Also