ManagedPixelMemory Class |
Namespace: Atalasoft.Imaging.Memory
The ManagedPixelMemory type exposes the following members.
Name | Description | |
---|---|---|
ManagedPixelMemory(Int32, Int32) | Constructs a new ManagedPixelMemory object. | |
ManagedPixelMemory(Int64, Int32, Int32, Int32) | Constructs a new ManagedPixelMemory object. |
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 | Indicates whether or not the memory is contiguous. | |
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 unmanaged resources that implement IDisposable
(Overrides PixelMemoryDisposeManagedResources.) | |
DisposeUnmanagedResources |
Disposes and unmanaged resources, such as memory not claimed by the garbage collector.
(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 | Returns a pointer to the specified scan line. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LLClone |
Subclasses of PixelMemory implement this method to create a deep copy of the object.
(Overrides PixelMemoryLLClone.) | |
LLGetHeight |
Subclasses of PixelMemory implement this method to return the height of the image.
(Overrides PixelMemoryLLGetHeight.) | |
LLGetPixelAccessor |
Subclasses of PixelMemory implement this method to return a new PixelAccessor object suitable for their
particular version of PixelMemory.
(Overrides PixelMemoryLLGetPixelAccessor.) | |
LLGetRowStride |
Subclasses of PixelMemory implement this method to return the number of bytes necessary for a row of
pixels. This number should be rounded up to the next multiple of 4 bytes.
(Overrides PixelMemoryLLGetRowStride.) | |
LLLock |
Subclasses of PixelMemory implement this method to lock the memory.
(Overrides PixelMemoryLLLock.) | |
LLUnlock |
Subclasses of PixelMemory implement this method to unlock the memory.
(Overrides PixelMemoryLLUnlock.) | |
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.) |