Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Normally the width of the text depends on the number of characters, I need a method to know the width of a DBText in my drawing, is it possible to do this by programming?
using (DBText Txt = new DBText())
{
// ......
Txt.TextString = "I need to read the width of this text";
// ......
}
Thank you.
Solved! Go to Solution.