This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
419bfce4 6f4b 2672 eb54 ccde73c99883
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the local displacements between lines of the same family.
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
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.