Click or drag to resize

AciColor Constructor (Color)

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

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AciColor(
	Color color
)
Request Example View Source

Parameters

color
Type: System.DrawingColor
A color.
Remarks
By default the UseTrueColor will be set to true.
See Also