接口 IGraphicsInfo
public interface IGraphicsInfo
Provides graphics information
-
方法概要
修饰符和类型方法说明double
getDigitWidth
(TextFormatInfo textFormat) Gets the maximum width of 0~9 digits in device independent pixel.
-
方法详细资料
-
getDigitWidth
Gets the maximum width of 0~9 digits in device independent pixel.- 参数:
textFormat
- Text formats- 返回:
- The maximum width of 0~9 digits.
-