C# Class ImageMagick.MagickMemory

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
Relinquish ( IntPtr value ) : void
WriteBytes ( IntPtr value, UIntPtr length, Stream stream ) : void

Private Methods

Method Description
Write ( IntPtr value, int length, Stream stream ) : void

Method Details

Relinquish() public static method

public static Relinquish ( IntPtr value ) : void
value System.IntPtr
return void

WriteBytes() public static method

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