AtalaImagePixelMemory Property |
Provides access to the memory that represents an image.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PixelMemory PixelMemory { get; }
Public ReadOnly Property PixelMemory As PixelMemory
Get
Property Value
Type:
PixelMemory An object of type PixelMemory that encapsulates the representation of an image's memory.
See Also