Image.annotate

Ditto, but word wraps the text so it stays withing the boundingArea. if the height and width are 0 the height and with of the image are used to calculate the bounding area.

  1. void annotate(string text, size_t xOffset, size_t yOffset, GravityType gravity = GravityType.NorthWestGravity, double degrees = 0.0)
  2. void annotate(string text, Geometry boundingArea = Geometry.init, GravityType gravity = GravityType.NorthWestGravity, double degrees = 0.0)
    class Image

Meta