Click or drag to resize

AciColorToColor Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the AciColor to a color.

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

Return Value

Type: Color
A System.Drawing.Color that represents the actual AciColor.
Remarks
A default color white will be used for ByLayer and ByBlock colors.
See Also