D
DazedAndConfused
Is there a way to find the coordinates of x after using Graphics.DrawString?
i.e.
e.Graphics.DrawString("My Report", reportFont, reportBrush, x, y)
x = the coordinates position of "t" in "My Report"
Is there a way to convert Tab position to x?
i.e.
x = Tab(25)
i.e.
e.Graphics.DrawString("My Report", reportFont, reportBrush, x, y)
x = the coordinates position of "t" in "My Report"
Is there a way to convert Tab position to x?
i.e.
x = Tab(25)