DataGridViewCell.MeasureTextWidth Yöntem

Tanım

Belirtilen özelliklere göre belirtilen metnin genişliğini piksel cinsinden alır.

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

Parametreler

graphics
Graphics

metni Graphics işlemek için kullanılır.

text
String

Ölçülecek metin.

font
Font

Metne Font uygulanan.

maxHeight
Int32

Metnin en yüksek yüksekliği.

flags
TextFormatFlags

Metne uygulanacak değerlerin TextFormatFlags bit düzeyinde birleşimi.

Döndürülenler

Metnin piksel cinsinden genişliği.

Özel durumlar

graphics, null değeridir.

-veya-

font, null değeridir.

maxHeight 1'den küçüktür.

flags değerlerin TextFormatFlags bit düzeyinde geçerli bir bileşimi değildir.

Şunlara uygulanır

Ayrıca bkz.