These methods draws a Text object

Overload List

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

 

DrawText(RectangleF)

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

See also

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

 

The ImageKit.NET3 is created by Newtone Corporation