L
LOOI YS
Hello all,
How can i get the position of the string after I perform the below
statement.
SizeF sizeString =
g.MeasureString("01234567890123456789012345678901234567890123456789012",
fontTimesRoman, 200,
StringFormat.GenericTypographic);
From the above, I have a character width say 200. Now I want to know where
is the character at with the string width of 200.
How to do that?
Many Thx,
How can i get the position of the string after I perform the below
statement.
SizeF sizeString =
g.MeasureString("01234567890123456789012345678901234567890123456789012",
fontTimesRoman, 200,
StringFormat.GenericTypographic);
From the above, I have a character width say 200. Now I want to know where
is the character at with the string width of 200.
How to do that?
Many Thx,