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);
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 値のビットごとの正しい組み合わせではありません。