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

d4adb283 0bc5 b0e0 99bd d182e84eaec1

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Color) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AciColor class.

Definition

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

C#

public AciColor(
	Color color
)

VB

Public Sub New ( 
	color As Color
)

C++

public:
AciColor(
	Color color
)

F#

new : 
        color : Color -> AciColor

Parameters

  Color
A color.

Remarks

By default the UseTrueColor will be set to true.

See Also

Reference

AciColor Class
AciColor Overload
netDxf Namespace

Clone this wiki locally