Click or drag to resize

WebCameraDispose(Boolean) Method

Releases the unmanaged resources used by the WebCamera and optionally releases the managed resources

Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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