MJpegSourceNewFrameEventArgs Constructor |
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MJpegSourceNewFrameEventArgs(
Bitmap bitmap
)
Public Sub New (
bitmap As Bitmap
)
public:
MJpegSourceNewFrameEventArgs(
Bitmap^ bitmap
)
new :
bitmap : Bitmap -> MJpegSourceNewFrameEventArgs
Parameters
- bitmap
- Type: System.DrawingBitmap
See Also