VideoDevice.NewImageBufferReadyEvent Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
New image buffer ready event
C#
public delegate void VideoDevice.NewImageBufferReadyEvent(object sender, NewImageBufferReadyEventArgs e);
type VideoDevice.NewImageBufferReadyEvent = delegate of obj * NewImageBufferReadyEventArgs -> unit
Public Delegate Sub VideoDevice.NewImageBufferReadyEvent(sender As Object, e As NewImageBufferReadyEventArgs)
- sender
- Object
The sender
The new image ready event argument
Proizvod | Verzije |
---|---|
.NET IoT Libraries | 2.0.0, 2.1.0, 2.2.0 |