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 407
e1984270 38a4 0251 0d3b c21329803fe9
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,
IEnumerable<HatchPatternLineDefinition> lineDefinitions,
string description
)
VB
Public Sub New (
name As String,
lineDefinitions As IEnumerable(Of HatchPatternLineDefinition),
description As String
)
C++
public:
HatchPattern(
String^ name,
IEnumerable<HatchPatternLineDefinition^>^ lineDefinitions,
String^ description
)
F#
new :
name : string *
lineDefinitions : IEnumerable<HatchPatternLineDefinition> *
description : string -> HatchPattern
- String
- Pattern name, always stored as uppercase.
- IEnumerable(HatchPatternLineDefinition)
- The definition of the lines that make up the pattern (not applicable in Solid fills).
- 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