The IImage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| MinMax |
Returns the min / max location and values for the image
| |
| Save |
Save the image to the specific fileName | |
| Split |
Split current IImage into an array of gray scale images where each element
in the array represent a single color channel of the original image
|
Properties
| Name | Description | |
|---|---|---|
| Bitmap |
Convert this image into Bitmap, when avaialbe, data is shared with this image.
| |
| NumberOfChannels |
Get the number of channels for this image
| |
| Ptr |
Get the pointer to the unmanaged memory
| |
| Size |
The size of this image
|