C# 클래스 ImageMagick.MagickFormatInfo.NativeMagickFormatInfo

상속: ConstNativeInstance
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
CreateList ( UIntPtr &length ) : IntPtr
DisposeList ( IntPtr instance, int length ) : void
GetInfo ( IntPtr list, int index ) : void
GetInfoByName ( string name ) : void
Unregister ( string name ) : bool

메소드 상세

CreateList() 공개 메소드

public CreateList ( UIntPtr &length ) : IntPtr
length System.UIntPtr
리턴 System.IntPtr

DisposeList() 공개 정적인 메소드

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

GetInfo() 공개 메소드

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

GetInfoByName() 공개 메소드

public GetInfoByName ( string name ) : void
name string
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( string name ) : bool
name string
리턴 bool