Click or drag to resize
Accord.NET (logo)

NewFrameEventArgs Constructor

Initializes a new instance of the NewFrameEventArgs class.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public NewFrameEventArgs(
	Bitmap frame
)
Request Example View Source

Parameters

frame
Type: System.DrawingBitmap
New frame.
See Also