At 12:41 PM -0500 3/12/06, Tom Buchler wrote:
After using canvas.graphics.drawstring, I'd like to get the new current X position where the next string will be drawn. Other than calculating it using StringWidth, is there a way to get that value?
No, because there is no such thing as a "current X position" in a Canvas (or any other Graphics object). Drawing is done where you tell it to be done, period.
Best, - Joe -- Joseph J. Strout [EMAIL PROTECTED] _______________________________________________ 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>
