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

677a8b3a 5dd5 d51c 621c 1a4ebb3c1669

haplokuon edited this page May 6, 2023 · 1 revision

FromColor Method

netDxf 3.0.0 Library

Converts a color to an AciColor.

Definition

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

C#

public void FromColor(
	Color color
)

VB

Public Sub FromColor ( 
	color As Color
)

C++

public:
void FromColor(
	Color color
)

F#

member FromColor : 
        color : Color -> unit 

Parameters

  Color
A color.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally