C# Class Accord.Imaging.MemoryManager.CacheBlock

Show file Open project: accord-net/framework

Public Properties

Property Type Description
Free bool
MemoryBlock System.IntPtr
Size int

Public Methods

Method Description
CacheBlock ( IntPtr memoryBlock, int size ) : System

Method Details

CacheBlock() public method

public CacheBlock ( IntPtr memoryBlock, int size ) : System
memoryBlock System.IntPtr
size int
return System

Property Details

Free public property

public bool Free
return bool

MemoryBlock public property

public IntPtr,System MemoryBlock
return System.IntPtr

Size public property

public int Size
return int