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, double degrees)
  2. void annotate(string text, Geometry boundingArea, GravityType gravity, double degrees)
    class Image

Meta