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 419
bc56b3f0 3933 85c9 2a92 7053448b80e3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the HatchPattern
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public HatchPattern(
string name,
string description
)
VB
Public Sub New (
name As String,
description As String
)
C++
public:
HatchPattern(
String^ name,
String^ description
)
F#
new :
name : string *
description : string -> HatchPattern
- String
- Pattern name, always stored as uppercase.
- String
- Description of the pattern (optional, this information is not saved in the DXF file). By default it will use the supplied name.
HatchPattern Class
HatchPattern Overload
netDxf.Entities Namespace