|
NewFrameEventArgs Constructor
|
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public NewFrameEventArgs(
Bitmap frame
)
Public Sub New (
frame As Bitmap
)
Request Example
View SourceParameters
- frame
- Type: System.DrawingBitmap
New frame.
See Also