|
VideoSourcePlayerGetCurrentVideoFrame Method
|
Get clone of current video frame displayed by the control.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax public Bitmap GetCurrentVideoFrame()
Public Function GetCurrentVideoFrame As Bitmap
Request Example
View SourceReturn Value
Type:
BitmapReturns copy of the video frame, which is currently displayed
by the control - the last video frame received from video source. If the
control did not receive any video frames yet, then the method returns
.
See Also