On Nov 03, 2006, at 15:28 UTC, Peter Bozek wrote: > Yes, this is a good solution. But I could directly draw a text using > DrawString method, so the StringShape seems a less functional way (how > to draw a string to Graphics.)
Sure, if you're just drawing an unrotated string and don't have any need to represent it persistently, then by all means use DrawString. Use a StringShape when you need to draw a rotated string, or need it grouped with other vector graphics. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
