C# 클래스 ImageMagick.MagickMemory

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
Relinquish ( IntPtr value ) : void
WriteBytes ( IntPtr value, UIntPtr length, Stream stream ) : void

비공개 메소드들

메소드 설명
Write ( IntPtr value, int length, Stream stream ) : void

메소드 상세

Relinquish() 공개 정적인 메소드

public static Relinquish ( IntPtr value ) : void
value System.IntPtr
리턴 void

WriteBytes() 공개 정적인 메소드

public static WriteBytes ( IntPtr value, UIntPtr length, Stream stream ) : void
value System.IntPtr
length System.UIntPtr
stream Stream
리턴 void