Method CharSize
CharSize(char, Font)
Returns the size of a single character when drawn with the specified font.
public SizeD CharSize(char ch, Font font)
Parameters
Returns
CharSize(char, int, Font)
Returns the size of a sequence of identical characters when drawn with the specified font.
public SizeD CharSize(char ch, int count, Font font)
Parameters
chcharThe character to measure.
countintThe number of times the character is repeated.
fontFontThe font used for measurement.