Base class for all converter. More...
Inherits INativeHandle.
Inherited by JpegConverter, and .
Public Member Functions | |
| void | Dispose () |
| IDisposable implementation. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
| IDisposable helper function. | |
Properties | |
| IntPtr | Handle [get] |
| Native handle. | |
| bool | IsDisposed [get] |
| Gets if the native handle has been disposed. | |
Events | |
| NativeHandleEventDelegate | ObjectDisposing |
| Raised when this object is about to be disposed via the IDisposable.Dispose method. | |
Events inherited from INativeHandle | |
| NativeHandleEventDelegate | ObjectDisposing |
| Raised when this object is about to be disposed via the IDisposable.Dispose method. | |
Base class for all converter.
|
protectedvirtual |
IDisposable helper function.
| disposing |
| NativeHandleEventDelegate ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method.
This event is raised right before this object is disposed. The dispose itself cannot be canceled.