DataGridViewCell.MeasureTextWidth 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的特性下,取得所指定文字的寬度 (以像素為單位)。
public:
static int MeasureTextWidth(System::Drawing::Graphics ^ graphics, System::String ^ text, System::Drawing::Font ^ font, int maxHeight, System::Windows::Forms::TextFormatFlags flags);
public static int MeasureTextWidth (System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags);
public static int MeasureTextWidth (System.Drawing.Graphics graphics, string? text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags);
static member MeasureTextWidth : System.Drawing.Graphics * string * System.Drawing.Font * int * System.Windows.Forms.TextFormatFlags -> int
Public Shared Function MeasureTextWidth (graphics As Graphics, text As String, font As Font, maxHeight As Integer, flags As TextFormatFlags) As Integer
參數
- text
- String
要測量的文字。
- maxHeight
- Int32
文字的最大高度。
- flags
- TextFormatFlags
要套用至文字之 TextFormatFlags 值的位元組合。
傳回
文字的寬度 (以像素為單位)。
例外狀況
maxHeight
小於 1。
flags
不是 TextFormatFlags 值的有效位元組合。