BitmapImportDataSourceDispose(Boolean) Method |
Releases the unmanaged resources used by the
BitmapImportDataSource and optionally releases the managed resources
Namespace: Altaxo.Serialization.BitmapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax protected override void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also