TextShape.TextShape

TextShape()

の新しいインスタンスを初期化しますTextShapeclass.

public TextShape()

関連項目


TextShape(string, RectangleF, Font, StringFormat)

の新しいインスタンスを初期化しますTextShapeclass.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
パラメータタイプ説明
textString描画するテキスト。
rectangleRectangleFテキストの四角形。
fontFont使用するフォント。
stringFormatStringFormat文字列形式。

関連項目