Image.opDispatch

Sets the value of the image property. An image may have any number of properties. ImageMagick predefines some properties, including attribute, label, caption, comment, signature, and in some cases EXIF.

  1. void opDispatch(string value)
    class Image
    void
    opDispatch
    (
    string property
    )
    (
    string value
    )
    if (
    property != "popFront"
    )
  2. auto opDispatch()

Meta