AciColor Constructor (Int16)
|
Initializes a new instance of the AciColor class.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor(
short index
)
Public Sub New (
index As Short
)
public:
AciColor(
short index
)
new :
index : int16 -> AciColor
CONSTRUCTOR(
index AS SHORT
)
Parameters
- index
- Type: SystemInt16
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