C# Class ImageMagick.PixelCollection.NativePixelCollection

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

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void

GetArea() public method

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

NativePixelCollection() public method

public NativePixelCollection ( MagickImage image ) : System
image MagickImage
return System

SetArea() public method

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
return void

ToByteArray() public method

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

ToShortArray() public method

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