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
c7e568af 261e 30e2 c6b7 703195bd6587
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new hatch pattern from the definition in a PAT file.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static HatchPattern Load(
string file,
string patternName
)
VB
Public Shared Function Load (
file As String,
patternName As String
) As HatchPattern
C++
public:
static HatchPattern^ Load(
String^ file,
String^ patternName
)
F#
static member Load :
file : string *
patternName : string -> HatchPattern
- String
- PAT file where the definition is located.
- String
- Name of the pattern definition that wants to be read (ignore case).
HatchPattern
A Hatch pattern as defined in the PAT file.