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
cbd376bd 79e0 0468 18dc de8baf5d02ee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the MLineStyleElement
class.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MLineStyleElement(
double offset,
AciColor color,
Linetype linetype
)
VB
Public Sub New (
offset As Double,
color As AciColor,
linetype As Linetype
)
C++
public:
MLineStyleElement(
double offset,
AciColor^ color,
Linetype^ linetype
)
F#
new :
offset : float *
color : AciColor *
linetype : Linetype -> MLineStyleElement
MLineStyleElement Class
MLineStyleElement Overload
netDxf.Objects Namespace