C# Class ImageMagick.MagickNET.NativeMagickNET

Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
SetLogDelegate ( LogDelegate method ) : void
SetLogEvents ( string events ) : void
SetRandomSeed ( long value ) : void

Method Details

SetLogDelegate() public static method

public static SetLogDelegate ( LogDelegate method ) : void
method LogDelegate
return void

SetLogEvents() public static method

public static SetLogEvents ( string events ) : void
events string
return void

SetRandomSeed() public static method

public static SetRandomSeed ( long value ) : void
value long
return void