DMagickExceptionInfo

This struct is used to wrap the ImageMagick exception handling. Needs dmd >= 2.053 Usage:

CFunctionCall(param1, param2, DExceptionInfo());

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

exceptionInfo

Members

Static functions

opCall
DMagickExceptionInfo opCall(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exceptionInfo
ExceptionInfo* exceptionInfo;
Undocumented in source.
file
string file;
Undocumented in source.
line
size_t line;
Undocumented in source.

Meta