L
Les2011
Guest
I have been working with the MeasureString function for the purpose of determining the geometries of particular text. By using the StringSize.Height and Stringsize,Width provides me with the height and width of my text. This I understand however what is the purpose of the x and y point within the method or do I even need it?? Here is what I have been using:
stringsize = g.MeasureString(Les, font, NewPoint(CInt(numX), CInt(numY)), fmt)
I just cant seem to get info as to what is the point being used for?
Thanks,
Les
Continue reading...
stringsize = g.MeasureString(Les, font, NewPoint(CInt(numX), CInt(numY)), fmt)
I just cant seem to get info as to what is the point being used for?
Thanks,
Les
Continue reading...