C# Class ImageMagick.NativeHelper

Show file Open project: dlemstra/Magick.NET

Protected Methods

Method Description
CheckException ( IntPtr exception ) : void
RaiseWarning ( MagickException exception ) : void

Method Details

CheckException() protected method

protected CheckException ( IntPtr exception ) : void
exception System.IntPtr
return void

RaiseWarning() protected method

protected RaiseWarning ( MagickException exception ) : void
exception MagickException
return void