オーバーロード一覧
改行文字の部分のみ改行してスタンプを描画します。
[Visual Basic] Public Function DrawStamp(System.Windows.Point) As Boolean
[C#] public bool DrawStamp(System.Windows.Point)
指定した範囲に合わせて自動改行してスタンプを描画します。
[Visual Basic] Public Function DrawStamp(System.Windows.Rect) As Boolean
[C#] public bool DrawStamp(System.Windows.Rect)
参照
ImageKit.Edit メンバ | Newtone.ImageKit.WPF.ImageKit