Click or drag to resize

AciColorToColor Method

Converts the AciColor to a color.

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

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