Method DisposeImage
DisposeImage(int)
Method to be implemented by the provider to dispose an existing native image identified by
nativeHandle.
Declaration
public virtual void DisposeImage(int nativeHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| int | nativeHandle | A unique identifier for this camera image. |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if the implementation does not support camera image. |