Sdílet prostřednictvím


VisualStyleRenderer.GetTextExtent Metoda

Definice

Vrátí velikost a umístění zadaného řetězce při vykreslení s písmem aktuálního prvku vizuálního stylu.

Přetížení

GetTextExtent(IDeviceContext, String, TextFormatFlags)

Vrátí velikost a umístění zadaného řetězce při vykreslení s písmem aktuálního prvku vizuálního stylu.

GetTextExtent(IDeviceContext, Rectangle, String, TextFormatFlags)

Vrátí velikost a umístění zadaného řetězce při kreslení s písmem aktuálního prvku vizuálního stylu v zadaném počátečním ohraničujícím obdélníku.

GetTextExtent(IDeviceContext, String, TextFormatFlags)

Vrátí velikost a umístění zadaného řetězce při vykreslení s písmem aktuálního prvku vizuálního stylu.

public:
 System::Drawing::Rectangle GetTextExtent(System::Drawing::IDeviceContext ^ dc, System::String ^ textToDraw, System::Windows::Forms::TextFormatFlags flags);
public System.Drawing.Rectangle GetTextExtent (System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags);
member this.GetTextExtent : System.Drawing.IDeviceContext * string * System.Windows.Forms.TextFormatFlags -> System.Drawing.Rectangle
Public Function GetTextExtent (dc As IDeviceContext, textToDraw As String, flags As TextFormatFlags) As Rectangle

Parametry

dc
IDeviceContext

Tato IDeviceContext operace se použije.

textToDraw
String

Řetězec, jehož délku chcete změřit.

flags
TextFormatFlags

Bitové kombinace TextFormatFlags hodnot.

Návraty

Rectangle

A Rectangle , která obsahuje oblast potřebnou k přizpůsobení vykresleného textu.

Výjimky

dc je null.

Platí pro

GetTextExtent(IDeviceContext, Rectangle, String, TextFormatFlags)

Vrátí velikost a umístění zadaného řetězce při kreslení s písmem aktuálního prvku vizuálního stylu v zadaném počátečním ohraničujícím obdélníku.

public:
 System::Drawing::Rectangle GetTextExtent(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::String ^ textToDraw, System::Windows::Forms::TextFormatFlags flags);
public System.Drawing.Rectangle GetTextExtent (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags);
member this.GetTextExtent : System.Drawing.IDeviceContext * System.Drawing.Rectangle * string * System.Windows.Forms.TextFormatFlags -> System.Drawing.Rectangle
Public Function GetTextExtent (dc As IDeviceContext, bounds As Rectangle, textToDraw As String, flags As TextFormatFlags) As Rectangle

Parametry

dc
IDeviceContext

Tato IDeviceContext operace se použije.

bounds
Rectangle

Slouží Rectangle k řízení toku a obtékání textu.

textToDraw
String

Řetězec, jehož délku chcete změřit.

flags
TextFormatFlags

Bitové kombinace TextFormatFlags hodnot.

Návraty

Rectangle

A Rectangle , která obsahuje oblast potřebnou k přizpůsobení vykresleného textu.

Výjimky

dc je null.

Platí pro