copyString

Copy a string into a static array used by ImageMagick for some atributes.

  1. void copyString(ref char[MaxTextExtent] dest, string source)
    void
    copyString
    (
    ref char[MaxTextExtent] dest
    ,
    string source
    )
  2. void copyString(ref char* dest, string source)

Meta