DMagickExceptionInfo

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

CFunctionCall(param1, param2, DExceptionInfo());
struct DMagickExceptionInfo {
ExceptionInfo* exceptionInfo;
string file;
size_t line;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Alias This

exceptionInfo

Meta