Initializes a new instance of the FrameReceivedEventArgs class

Namespace:  Bespoke.Common.Video
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public FrameReceivedEventArgs(
	Bitmap frame
)
Visual Basic (Declaration)
Public Sub New ( _
	frame As Bitmap _
)
Visual C++
public:
FrameReceivedEventArgs(
	Bitmap^ frame
)

Parameters

frame
Type: System.Drawing..::.Bitmap

[Missing <param name="frame"/> documentation for "M:Bespoke.Common.Video.FrameReceivedEventArgs.#ctor(System.Drawing.Bitmap)"]

See Also