These methods draws text

Overload List

DrawText(Point)

This DrawText method will draw text from the specified point. The text will be drawn on a single line unless a new line character (\n) is used to force a new line. (No word wrapping)

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

 

DrawText(RectangleF)

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

[Visual Basic] Public Property DrawText(RectangleF) As Boolean
[C#] public bool DrawText(RectangleF)

See also

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

 

The ImageKit.NET2 is created by Newtone Corporation