C# 클래스 ImageMagick.PixelCollection.NativePixelCollection

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

공개 메소드들

메소드 설명
GetArea ( int x, int y, int width, int height ) : IntPtr
NativePixelCollection ( MagickImage image ) : System
SetArea ( int x, int y, int width, int height, Byte values, int length ) : void
ToByteArray ( int x, int y, int width, int height, string mapping ) : IntPtr
ToShortArray ( int x, int y, int width, int height, string mapping ) : IntPtr

보호된 메소드들

메소드 설명
Dispose ( IntPtr instance ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
리턴 void

GetArea() 공개 메소드

public GetArea ( int x, int y, int width, int height ) : IntPtr
x int
y int
width int
height int
리턴 System.IntPtr

NativePixelCollection() 공개 메소드

public NativePixelCollection ( MagickImage image ) : System
image MagickImage
리턴 System

SetArea() 공개 메소드

public SetArea ( int x, int y, int width, int height, Byte values, int length ) : void
x int
y int
width int
height int
values System.Byte
length int
리턴 void

ToByteArray() 공개 메소드

public ToByteArray ( int x, int y, int width, int height, string mapping ) : IntPtr
x int
y int
width int
height int
mapping string
리턴 System.IntPtr

ToShortArray() 공개 메소드

public ToShortArray ( int x, int y, int width, int height, string mapping ) : IntPtr
x int
y int
width int
height int
mapping string
리턴 System.IntPtr