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 420
22b32b34 0e3a d2e8 6393 7e5b2a8ace3a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the MLineStyle
class.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MLineStyle(
string name
)
VB
Public Sub New (
name As String
)
C++
public:
MLineStyle(
String^ name
)
F#
new :
name : string -> MLineStyle
- String
- MLine style name.
By default the multiline style has to elements with offsets 0.5 y -0.5.
MLineStyle Class
MLineStyle Overload
netDxf.Objects Namespace