Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d3c2ac48 24f7 d503 de40 00d49bcce9dd

haplokuon edited this page May 6, 2023 · 1 revision

ToColor Method

netDxf 3.0.0 Library

Converts the AciColor to a color.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Color ToColor()

VB

Public Function ToColor As Color

C++

public:
Color ToColor()

F#

member ToColor : unit -> Color 

Return Value

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

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally