These methods draw a Stamp object

Overload List

DrawStamp(System.Windows.Point)

This DrawStamp method will draw a Stamp object from the specified point. The object will be drawn on a single line unless a new line character is used to force a new line.

[Visual Basic] Public Property DrawStamp(System.Windows.Point) As Boolean
[C#] public bool DrawStamp(System.Windows.Point)

 

DrawStamp(System.Windows.Rect)

This DrawStamp method will draw a Stamp object, within the specified rectangle. The text will be wrapped to fit within the specified rectangle

[Visual Basic] Public Property DrawStamp(System.Windows.Rect) As Boolean
[C#] public bool DrawStamp(System.Windows.Rect)

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation