AtalaImageDispose Method (Boolean) |
Releases unmanaged and - optionally - managed resources.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also