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 415
d37f7698 efd8 dd99 fca3 7da80eefd471
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the spline is closed.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsClosed { get; }
VB
Public ReadOnly Property IsClosed As Boolean
Get
C++
public:
property bool IsClosed {
bool get ();
}
F#
member IsClosed : bool with get
Boolean
An Spline is closed when the start and end control points are the same.