> 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? (I'm not finding
> a method or property for this in the online docs for graphics.)
> 
Canvas drawing is random access. You have to keep track of your own position 
- using stringwidth if necessary. you may want to set up an underlying grid 
system to place thing logically. I do this leftmargins(12), topmargins(20), and 
the place things into cells.
_______________________________________________
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>

Reply via email to