Click or drag to resize

Underlay Constructor

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Underlay(
	UnderlayDefinition definition
)
Request Example View Source

Parameters

definition
Type: netDxf.ObjectsUnderlayDefinition
Underlay definition.
See Also