AciColor Constructor (Color)
|
Initializes a new instance of the AciColor class.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor(
Color color
)
Public Sub New (
color As Color
)
public:
AciColor(
Color color
)
new :
color : Color -> AciColor
CONSTRUCTOR(
color AS Color
)
Parameters
- color
- Type: System.DrawingColor
A color.
Remarks By default the UseTrueColor will be set to true.
See Also