ImageCylinderDispose(Boolean) Method

Releases the unmanaged resources used by the ImageCylinder and its child controls and optionally releases the managed resources.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected override void Dispose(
	bool bDisposing
)

Parameters

bDisposing  Boolean
System.Boolean.Booleantrue to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also