Click or drag to resize

HatchPattern Constructor (String)

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
)
Request Example View Source

Parameters

name
Type: SystemString
Pattern name, always stored as uppercase.
See Also