The UnmanagedImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UnmanagedImage | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone the unmanaged images.
| |
| Collect16bppPixelValues |
Collect pixel values from the specified list of coordinates.
| |
| Collect8bppPixelValues |
Collect pixel values from the specified list of coordinates.
| |
| CollectActivePixels | Overloaded. | |
| Copy |
Copy unmanaged image.
| |
| Create |
Allocate new image in unmanaged memory.
| |
| Dispose | Overloaded. | |
| Finalize |
Destroys the instance of the UnmanagedImage class.
(Overrides Object..::.Finalize()()().) | |
| FromManagedImage | Overloaded. | |
| GetPixel | Overloaded. | |
| SetPixel | Overloaded. | |
| SetPixels |
Set pixels with the specified coordinates to the specified color.
| |
| ToManagedImage | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Height |
Image height in pixels.
| |
| ImageData |
Pointer to image data in unmanaged memory.
| |
| PixelFormat |
Image pixel format.
| |
| Stride |
Image stride (line size in bytes).
| |
| Width |
Image width in pixels.
|