These methods draws a Text object

Overload List

DrawText(System.Windows.Point)

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

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

 

DrawText(System.Windows.Rect)

This DrawText method will draw a Text object within the specified rectangle. Text will be wrapped to fit within the rectangle

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

See also

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

 

The ImageKit WPF is created by Newtone Corporation