Click or drag to resize

DisposableAtalaImageWindowDispose Method (Boolean)

A special version of Dispose which ensures Dispose() is only called on managed object once.

Namespace:  Atalasoft.FormsProcessing.Geometry
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Should be true when called from Dispose()
See Also