Click or drag to resize

Shape Constructor (String, ShapeStyle)

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

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

Parameters

name
Type: SystemString
Name of the shape which geometry is defined in the shape style.
style
Type: netDxf.TablesShapeStyle
Shape style.
See Also