Click or drag to resize

HatchPattern Constructor (String, IEnumerableHatchPatternLineDefinition)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HatchPattern class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public HatchPattern(
	string name,
	IEnumerable<HatchPatternLineDefinition> lineDefinitions
)
Request Example View Source

Parameters

name
Type: SystemString
Pattern name, always stored as uppercase.
lineDefinitions
Type: System.Collections.GenericIEnumerableHatchPatternLineDefinition
The definition of the lines that make up the pattern (not applicable in Solid fills).
See Also