J
johnb41
I need to print out a string of text and obviously i'm using the
DrawString command.
But the string must be placed AFTER some "programmatically generated
text" (also printed using DrawString). That text would range from a
single line, to maybe up to 10 lines. So i cannot hard code the
position for the Drawstring command... it must come AFTER the generated
text, where ever that might be.
Is there any way to determine the position (x,y) of the end of the auto
generated text? I could then take that value and then add a little bit
to it.
I'm totally stumped with this and would appreciate some help or
direction.
Thanks,
John
DrawString command.
But the string must be placed AFTER some "programmatically generated
text" (also printed using DrawString). That text would range from a
single line, to maybe up to 10 lines. So i cannot hard code the
position for the Drawstring command... it must come AFTER the generated
text, where ever that might be.
Is there any way to determine the position (x,y) of the end of the auto
generated text? I could then take that value and then add a little bit
to it.
I'm totally stumped with this and would appreciate some help or
direction.
Thanks,
John