These methods draw a Stamp object

Overload List

DrawStamp(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(Point) As Boolean
[C#] public bool DrawStamp(Point)

 

DrawStamp(RectangleF)

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(RectangleF) As Boolean
[C#] public bool DrawStamp(RectangleF)

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation