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

c1c85a63 b55b 90e2 7df8 cd2974ff1452

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Int16) 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(
	short index
)

VB

Public Sub New ( 
	index As Short
)

C++

public:
AciColor(
	short index
)

F#

new : 
        index : int16 -> AciColor

Parameters

  Int16
Color index.

Remarks

By default the UseTrueColor will be set to false.
Accepted color index values range from 1 to 255.
Indexes from 1 to 255 represents a color, the index 0 and 256 are reserved for ByLayer and ByBlock colors.

See Also

Reference

AciColor Class
AciColor Overload
netDxf Namespace

Clone this wiki locally