FreeImage.NET Class Library Reference
MemoryArrayTDispose Method (Boolean) |
Releases allocated handles associated with this instance.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected virtual void Dispose( bool disposing )
Parameters
- disposing
- Type: SystemBoolean
true to release managed resources.
See Also