Click or drag to resize

ImageSource.Release Method

Release a previously acquired image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Release(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.Imaging.AtalaImage
The image to release.

Return Value

Type: Boolean
True if the image was fully released, false otherwise.
Remarks

If asked to release an object that has not been previously acquired, Release will return true.

This method will call the OnReleasing(ReleasingImageSourceNodeEventArgs) method to notify derived classes about this action.

See Also