Click or drag to resize

ImageMemory Constructor

Overload List
  NameDescription
Public methodImageMemory Obsolete.
Initializes a new instance of the ImageMemory class.
Public methodImageMemory(Int32) Obsolete.
Initializes a new instance of ImageMemory indicating the number of bytes to allocate.
Public methodImageMemory(IntPtr) Obsolete.
Initializes a new instance of ImageMemory setting the pre allocated memory pointer.
Public methodImageMemory(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.
Public methodImageMemory(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.
Top
See Also