Click or drag to resize

ShapeStyle Constructor (String, String)

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

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ShapeStyle(
	string name,
	string file
)
Request Example View Source

Parameters

name
Type: SystemString
Shape style name.
file
Type: SystemString
Shape definitions SHX file.
See Also