GlobalAllocPixelMemory Class |
Namespace: Atalasoft.Imaging.Memory
The GlobalAllocPixelMemory type exposes the following members.
| Name | Description | |
|---|---|---|
| GlobalAllocPixelMemory(Int32, Int32) | Constructs a new PixelMemory object with memory allocated by GlobalAlloc. | |
| GlobalAllocPixelMemory(Int32, Int32, Int32) | Constructs a new PixelMemory object with memory allocated by GlobalAlloc. | |
| GlobalAllocPixelMemory(Int32, Int32, Int32, Boolean) | Constructs a new PixelMemory object with memory allocated by GlobalAlloc. | |
| GlobalAllocPixelMemory(Int32, Int32, Int32, Int32, Boolean) | Constructs a new PixelMemory object with memory allocated by GlobalAlloc. | |
| GlobalAllocPixelMemory(Int64, Int32, Int32, Int32, Boolean) | Initializes a new instance of the GlobalAllocPixelMemory class | |
| GlobalAllocPixelMemory(IntPtr, Int32, Int32, Int32, Int32) | Constructs a new PixelMemory object with memory allocated by GlobalAlloc in the provided pointer.
| |
| GlobalAllocPixelMemory(IntPtr, Int64, Int32, Int32, Int32) |
Initializes a new instance of the GlobalAllocPixelMemory class.
|
| Name | Description | |
|---|---|---|
| Disposed | Indicates whether or the PixelMemory has been disposed. (Inherited from PixelMemory.) | |
| Height | Returns the height of the image represented. (Inherited from PixelMemory.) | |
| IsContiguous | Returns true. (Inherited from ResidentPixelMemory.) | |
| IsLocked | Indicates whether or not the PixelMemory is currently locked. (Inherited from PixelMemory.) | |
| LLPixelMemoryStart | Returns a pointer to the start of memory. (Inherited from ResidentPixelMemory.) | |
| OffsetToFirstScanline | Returns an offset to the first scanline of the image. (Inherited from ResidentPixelMemory.) | |
| PixelData | Returns a pointer to the first scanline in the image. (Inherited from ResidentPixelMemory.) | |
| RowStride | Returns the number of bytes in a row of this image. The number is always rounded up to the next multiple
of 4. (Inherited from PixelMemory.) | |
| SizeInBytes | Returns the number of bytes used by the memory for this image. (Inherited from ResidentPixelMemory.) |
| Name | Description | |
|---|---|---|
| AcquirePixelAccessor | Returns an object that inherits from PixelAccessor that is used to get to an image's pixel data.
(Inherited from PixelMemory.) | |
| AllocateMemory | Allocates memory for this PixelMemory object and reports it for tracking. (Inherited from ResidentPixelMemory.) | |
| Clone | Creates a deep copy of this image and its memory. (Inherited from PixelMemory.) | |
| Dispose | Disposes this PixelMemory and all its managed and unmanaged resources. (Inherited from PixelMemory.) | |
| Dispose(Boolean) | Disposes this PixelMemory and all its managed and unmanaged resources. (Inherited from PixelMemory.) | |
| DisposeManagedResources | Disposes any unmanaged resources. (Inherited from ResidentPixelMemory.) | |
| DisposeUnmanagedResources | Disposes the memory used by this object. (Inherited from ResidentPixelMemory.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the PixelMemory class.
(Inherited from PixelMemory.) | |
| FreeMemory | Frees memory. (Inherited from ResidentPixelMemory.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetScanLinePtr | Gets a pointer to the a given scanline. (Inherited from ResidentPixelMemory.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LLAllocateMemory(Int32, Boolean) | Obsolete. Allocates memory using GlobalAlloc. (Overrides ResidentPixelMemoryLLAllocateMemory(Int32, Boolean).) | |
| LLAllocateMemory(Int64, Boolean) |
Subclasses of ResidentPixelMemory implement this method to allocate memory.
(Overrides ResidentPixelMemoryLLAllocateMemory(Int64, Boolean).) | |
| LLClone | Creates a deep copy of this object. (Overrides PixelMemoryLLClone.) | |
| LLFreeMemory | Frees the memory occupied by this object using GlobalFree. (Overrides ResidentPixelMemoryLLFreeMemory(IntPtr).) | |
| LLGetHeight | Returns the height of the image. (Inherited from ResidentPixelMemory.) | |
| LLGetPixelAccessor | Returns a suitable PixelAccesor object for this PixelMemory. (Inherited from ResidentPixelMemory.) | |
| LLGetRowStride | Returns the size of a scanline in bytes, rounded up to the next multiple of 4. (Inherited from ResidentPixelMemory.) | |
| LLLock | Subclasses of PixelMemory implement this method to lock the memory. (Inherited from PixelMemory.) | |
| LLUnlock | Subclasses of PixelMemory implement this method to unlock the memory. (Inherited from PixelMemory.) | |
| Lock |
Locks this instance of PixelMemory. For memory objects that are movable, this will prevent
the PixelMemory from moving. Client code rarely needs to use this method.
(Inherited from PixelMemory.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RerportMemoryAllocated |
Rerports that memory was allocated.
(Inherited from ResidentPixelMemory.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unlock | (Inherited from PixelMemory.) |