Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e1984270 38a4 0251 0d3b c21329803fe9

haplokuon edited this page May 6, 2023 · 1 revision

HatchPattern(String, IEnumerable<HatchPatternLineDefinition>, String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchPattern class.

Definition

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

Parameters

  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.

See Also

Reference

HatchPattern Class
HatchPattern Overload
netDxf.Entities Namespace

Clone this wiki locally