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 409
3c3c3d1b 07a8 7d31 a5d8 d79204b5652c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
End point of the first line that defines the angle to measure in local coordinates.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 EndFirstLine { get; set; }
VB
Public Property EndFirstLine As Vector2
Get
Set
C++
public:
property Vector2 EndFirstLine {
Vector2 get ();
void set (Vector2 value);
}
F#
member EndFirstLine : Vector2 with get, set