C# Class ImageMagick.MagickMemory

Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
Relinquish ( IntPtr value ) : void
WriteBytes ( IntPtr value, UIntPtr length, Stream stream ) : void

Private Methods

Méthode Description
Write ( IntPtr value, int length, Stream stream ) : void

Method Details

Relinquish() public static méthode

public static Relinquish ( IntPtr value ) : void
value System.IntPtr
Résultat void

WriteBytes() public static méthode

public static WriteBytes ( IntPtr value, UIntPtr length, Stream stream ) : void
value System.IntPtr
length System.UIntPtr
stream Stream
Résultat void