C# Class ImageMagick.PixelCollection.NativePixelCollection

Inheritance: NativeInstance
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected méthode

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
Résultat void

GetArea() public méthode

public GetArea ( int x, int y, int width, int height ) : IntPtr
x int
y int
width int
height int
Résultat System.IntPtr

NativePixelCollection() public méthode

public NativePixelCollection ( MagickImage image ) : System
image MagickImage
Résultat System

SetArea() public méthode

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
Résultat void

ToByteArray() public méthode

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

ToShortArray() public méthode

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