ImageMemory Constructor |
Name | Description | |
---|---|---|
![]() | ImageMemory() | Obsolete.
Initializes a new instance of the ImageMemory class.
|
![]() | ImageMemory(Int32) | Obsolete. Initializes a new instance of ImageMemory indicating the number of bytes to allocate. |
![]() | ImageMemory(IntPtr) | Obsolete. Initializes a new instance of ImageMemory setting the pre allocated memory pointer. |
![]() | ImageMemory(Int32, Boolean) | Obsolete. Initializes a new instance of ImageMemory indicating the number of bytes to allocate and if this object should handle the freeing of that memory. |
![]() | ImageMemory(IntPtr, Boolean) | Obsolete. Initializes a new instance of ImageMemory setting the pre allocated memory pointer and if this object should handle the freeing of that memory. |