Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 23:52:35 +0000



Post From: Bug in the Tool.Clear() feature by UseTool

[2014-07-28 21:28:17]
Al SC Developer - Posts: 434
These are addressed in ver 1167.

The line width will now be able to be adjusted to zero for highlight drawings allowing the removal of the outline. Your code will need to be recompiled against ver 1167, and you will need to explicitly set the LineWidth to zero (i.e. Tool.LineWidth = 0; ).

For removing text from a drawing, you should now be able to explicitly set the Text member to an empty string to cause the label to be removed (i.e. Tool.Text = ""; ).