DataGridViewCell.MeasureTextWidth Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá šířku zadaného textu v pixelech vzhledem k zadaným charakteristikám.
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
Parametry
- text
- String
Text, který chcete měřit.
- maxHeight
- Int32
Maximální výška textu.
- flags
- TextFormatFlags
Bitové kombinace TextFormatFlags hodnot, které se mají použít pro text.
Návraty
Šířka textu v pixelech.
Výjimky
maxHeight
je menší než 1.
flags
není platná bitové kombinace TextFormatFlags hodnot.