Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

419bfce4 6f4b 2672 eb54 ccde73c99883

haplokuon edited this page May 6, 2023 · 1 revision

Delta Property

netDxf 3.0.0 Library

Gets or sets the local displacements between lines of the same family.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector2 Delta { get; set; }

VB

Public Property Delta As Vector2
	Get
	Set

C++

public:
property Vector2 Delta {
	Vector2 get ();
	void set (Vector2 value);
}

F#

member Delta : Vector2 with get, set

Property Value

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

Reference

HatchPatternLineDefinition Class
netDxf.Entities Namespace

Clone this wiki locally