PsdImage.AddTextLayer

PsdImage.AddTextLayer method

新しいテキスト レイヤーを追加します。

public TextLayer AddTextLayer(string text, Rectangle rect)
パラメータタイプ説明
textStringレイヤーのテキスト。
rectRectangleレイヤーの四角形。

戻り値

テキストレイヤーを作成しました.

関連項目