This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
4dfcdc9a 1d8c e4d5 2afd 50588e0a4425
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the DxfDocument class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DxfDocument(
HeaderVariables drawingVariables
)VB
Public Sub New (
drawingVariables As HeaderVariables
)C++
public:
DxfDocument(
HeaderVariables^ drawingVariables
)F#
new :
drawingVariables : HeaderVariables -> DxfDocument- HeaderVariables
- Drawing variables of the document.