BitmapPixelMemory Class |
Namespace: Atalasoft.Imaging.Memory
The BitmapPixelMemory type exposes the following members.
Name | Description | |
---|---|---|
BitmapPixelMemory | Constructs a new BitmapPixelMemory object from the Bbitmap supplied. |
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. | |
IsLocked | Indicates whether or not the PixelMemory is currently locked. (Inherited from PixelMemory.) | |
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.) |
Name | Description | |
---|---|---|
AcquirePixelAccessor | Returns an object that inherits from PixelAccessor that is used to get to an image's pixel data.
(Inherited from PixelMemory.) | |
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 memory associated with this PixelMemory object, including the Bitmap. (Overrides PixelMemoryDisposeManagedResources.) | |
DisposeUnmanagedResources | Disposes any unmanaged resources associated with this object. (Overrides PixelMemoryDisposeUnmanagedResources.) | |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetScanLinePtr | Gets a pointer to a scanline for this object. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LLClone | Subclasses implement this method to make a deep copy of this PixelAccessor. (Overrides PixelMemoryLLClone.) | |
LLGetHeight | Returns the height of the image. (Overrides PixelMemoryLLGetHeight.) | |
LLGetPixelAccessor | Constructs a PixelAccessor appropriate for BitmapPixelMemory. (Overrides PixelMemoryLLGetPixelAccessor.) | |
LLGetRowStride | Returns the size of a row in bytes, rounded up to the next multiple of 4. (Overrides PixelMemoryLLGetRowStride.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unlock | (Inherited from PixelMemory.) |