C# Class ImageMagick.MagickFormatInfo.NativeMagickFormatInfo

Inheritance: ConstNativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
CreateList ( UIntPtr &length ) : IntPtr
DisposeList ( IntPtr instance, int length ) : void
GetInfo ( IntPtr list, int index ) : void
GetInfoByName ( string name ) : void
Unregister ( string name ) : bool

Method Details

CreateList() public method

public CreateList ( UIntPtr &length ) : IntPtr
length System.UIntPtr
return System.IntPtr

DisposeList() public static method

public static DisposeList ( IntPtr instance, int length ) : void
instance System.IntPtr
length int
return void

GetInfo() public method

public GetInfo ( IntPtr list, int index ) : void
list System.IntPtr
index int
return void

GetInfoByName() public method

public GetInfoByName ( string name ) : void
name string
return void

Unregister() public static method

public static Unregister ( string name ) : bool
name string
return bool