'宣言 Public Overloads Sub DrawText( _ ByVal text As System.String, _ ByVal textFormat As TextFormat, _ ByVal layoutRect As RectF, _ ByVal defaultForegroundBrush As Brush _ )
public void DrawText( System.string text, TextFormat textFormat, RectF layoutRect, Brush defaultForegroundBrush )
パラメータ
- text
- 描画する Unicode 文字の配列への参照。
- textFormat
- フォント、フォントのサイズ、方向など、描画するテキストの書式設定の詳細を記述するオブジェクト。
- layoutRect
- テキストが描画される領域のサイズと位置。
- defaultForegroundBrush
- テキストをペイントするブラシ。