Click or drag to resize

OnvifImageEventArgs Constructor

Initializes a new instance of the OnvifImageEventArgs class

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public OnvifImageEventArgs(
	string id,
	string deviceUri,
	Image image
)

Parameters

id
Type: SystemString
deviceUri
Type: SystemString
image
Type: System.DrawingImage
See Also