DXFExport.ColorToDXF
Moderators: SDS, support, admin
DXFExport.ColorToDXF
Hi,
I'm using a the function
DXFExport.ColorToDXF(new System.Drawing.Color(255, 255, 220)
to my surprise it is returning 7!! When I view this with a DXF Viewer instead of being a pale yellow, I get Black!
Any ideas?
Thanks
-----
Gibbo
I'm using a the function
DXFExport.ColorToDXF(new System.Drawing.Color(255, 255, 220)
to my surprise it is returning 7!! When I view this with a DXF Viewer instead of being a pale yellow, I get Black!
Any ideas?
Thanks
-----
Gibbo
Hello Gibbo!
Please try the following line:
Sergey.
please post questions to the forum or write to support@cadsofttools.com
Please try the following line:
Code: Select all
Data.color = DXFExport.ColorToDXF(Color.Yellow);
please post questions to the forum or write to support@cadsofttools.com