This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 410
d4adb283 0bc5 b0e0 99bd d182e84eaec1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the AciColor
class.
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
- Color
- A color.
By default the UseTrueColor will be set to true.