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 422
f731e4cf 6518 bf16 1126 5c5c89b6dbb9
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
)
VB
Public Sub New (
offset As Double
)
C++
public:
MLineStyleElement(
double offset
)
F#
new :
offset : float -> MLineStyleElement
- Double
- Element offset.
MLineStyleElement Class
MLineStyleElement Overload
netDxf.Objects Namespace