Click or drag to resize

AciColor Constructor (Color)

Initializes a new instance of the AciColor class.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AciColor(
	Color color
)

Parameters

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