'宣言 Public Overloads Sub DrawText( _ ByVal text As System.String, _ ByVal textFormat As TextFormat, _ ByVal layoutRect As RectF, _ ByVal defaultForegroundBrush As Brush, _ ByVal options As DrawTextOptions _ )
public void DrawText( System.string text, TextFormat textFormat, RectF layoutRect, Brush defaultForegroundBrush, DrawTextOptions options )
パラメータ
- text
- 描画する Unicode 文字の配列への参照。
- textFormat
- フォント、フォントのサイズ、方向など、描画するテキストの書式設定の詳細を記述するオブジェクト。
- layoutRect
- テキストが描画される領域のサイズと位置。
- defaultForegroundBrush
- テキストをペイントするブラシ。
- options
- テキストをピクセル境界にスナップする必要があるかどうか、およびテキストをレイアウト四角形にクリップする必要があるかどうかを示す値。デフォルト値は C1.Win.DX.Direct2D.DrawTextOptions.Noneです。 これは、テキストをピクセル境界にスナップすることを示します。